webserver - Looking for the smallest app container which is capable of running a clojure-powered website -


i'm looking program takes little disk space, not require memory or cpu power, while capable of running clojure web app.

i'm planning run on raspberry pi.

http-kit best choice:

  • it lightweight , efficient (less 100k .jar file 0 dependencies apart clojure itself)
  • it ring compatible can use of regular clojure web libraries (e.g. compojure).
  • it has great performance , scalability (apparently achieving on 600k concurrent connections on pc)

Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -