I am considering deploying a Clojure web application and I remember how Heroku used rails that were brilliant. Is there anything similar for Clojure?
As of July 2011, Heroku officially officially supports Clojure:
We are very pleased to announce official support for Clojure, in the public beta today.
http://blog.heroku.com/archives/2011/7/5/clojure_on_heroku/
Currently closest to Heroku for Clojure is ... Heroku: https://gist.github.com/1001206
Provided a new stack of Celadon Cedar .
Google App Engine! GAE supports Java and therefore Clojure. I have no personal experience with such a project, but this blog seems to have relevant tutorials. Google, and you will find some more links like this .
You can also look at stax.net, which offers a full Java container deployment (no restrictions imposed by the Google App Engine). CloudBees just bought Stax, so Stax will become CloudBees RUN @Cloud cloud service (according to their recent webinar).
You can read how to deploy Clojure on CloudBees here: https://cloudbees.zendesk.com/entries/452746-clojure-deployment-on-cloudbees
Source: https://habr.com/ru/post/1334066/More articles:Java, Hibernate java.lang.ClassCastException: org.hibernate.collection.PersistentSet cannot be passed to java.util.HashSet - javathat api is used to create a game application in j2me - javaIs there a PDF parser written in objective-c or c? - cEquivalent term for βreceiverβ in non-Objective-C languages ββ- oopElegant way to store anonymous users with usernames in django? - databasePHP PDO SQLite prepared problem reports - databaseTreeView ContextMenu MVVM Binding - wpfHow to convert byte array to string and string to byte array with GWT? - stringfor / continued in / lisp - loopsBinding WPF ContextMenu MenuItem to UserControl Property vs ViewModel Property - commandAll Articles