Super Easy Clojure Web Apps with Heroku Cedar
Deploying Clojure apps with a single command to the cloud is now possible with Heroku Cedar and let me tell you, it is pure joy. I experimented with this the other day by creating a Compojure web application that compares the followers that two twitter users have in common. Here is the secret sauce you need to push your apps to Heroku: **Procfile: ** You need to create a file in the root of your directory that contains the way to start up your application: ...