Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anything like Heroku for deploying Clojure style webapps?

Tags:

clojure

I am looking at deploying a Clojure web app, and I remember using Heroku for rails which was brilliant. Is there anything similar available for Clojure?

like image 516
yazz.com Avatar asked Dec 06 '22 00:12

yazz.com


2 Answers

Currently, the closest there is to Heroku for Clojure is... Heroku: https://gist.github.com/1001206

Courtesy of the new Celadon Cedar stack.

like image 150
ior3k Avatar answered May 17 '23 09:05

ior3k


As of July 2011, Heroku now officially supports Clojure:

We're very excited to announce official support for Clojure, going into public beta as of today.

http://blog.heroku.com/archives/2011/7/5/clojure_on_heroku/

like image 27
xyz Avatar answered May 17 '23 09:05

xyz