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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -