Migrating Node.js apps from Heroku to Dokku

[av_dropcap1]H[/av_dropcap1]eroku (and Dokku) make for an awesome development environment- the most well-known feature being the use of “git push” to deploy changes to a server. For simple projects, I’ve found that the deployment time is as fast as compilation times on JVM based projects, except that at the end you have a working environment. Knowing …