Clojure web application - where do I start?

前端 未结 5 1629
無奈伤痛
無奈伤痛 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:49

    If you don't want to use Compojure or others then You'll either need to have the webserver load and call your JAR, or write a webserver using sockets. In that sense you can follow any of the many guides on the web for setting up, and compile a JAR

    This looks like what you are after.

提交回复
热议问题