Good Web Server/Servlet Container for Clojure Web Apps?

后端 未结 3 1211
长情又很酷
长情又很酷 2021-01-18 09:35

I am looking for a good production web server/servlet container for my compojure web appliction. What are the pros and cons of using Jetty or Tomcat or other server for a Cl

3条回答
  •  春和景丽
    2021-01-18 10:08

    If you don't already have your own infrastructure to run on, you might consider Heroku, which supports Clojure. See their tutorial Getting Started With Clojure on Heroku/Cedar. It's free to start and very easy to scale.

提交回复
热议问题