Clojure web application - where do I start?

前端 未结 5 1660
無奈伤痛
無奈伤痛 2021-01-30 18:14

So lately I\'ve been looking into Clojure, and I love the language. I would like to see if I can make a small web application in it, just to challenge myself. However, I have ab

5条回答
  •  甜味超标
    2021-01-30 18:46

    Well you can properly use FastCGI directly from clojure. FastCGI is a pretty simple protocol so it shouldn't be that difficult to write a server in clojure yourself (I doubt there is a library to do this for clojure, but there might well be one for Java).

提交回复
热议问题