好的Web服务器/ Servlet容器Clojure Web Apps?

问题描述:

我正在寻找一个良好的生产Web服务器/ servlet容器为我compojure web应用程序。使用compojure使用Jetty或Tomcat或其他服务器的Clojure Web应用程序的优点和缺点是什么?有关使用Clojure生产的Web服务器或工具的好文档吗?

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 Clojure web app using compojure? Is there any good documentation for using a web server with Clojure for production, or tools?

我更喜欢一个灵活,易于配置和具有良好文档的Web服务器如何配置和使用它。

I would prefer a web server that is flexible, easy to configure and has good documentation on how to configure and use it.

如果你还没有自己的基础设施运行, Heroku,它支持Clojure。请参阅教程在Heroku / Cedar上使用Clojure