What is the good starting point to developing RESTful web service in Clojure?

前端 未结 5 843
闹比i
闹比i 2020-12-22 15:53

I am looking into something lightweight, that, at a minimum should support the following features:

  • Support for easy definition of actions through metadata
5条回答
  •  执笔经年
    2020-12-22 16:39

    While building my first Clojure rest service I found myself asking often the same question. The Clojure Toolbox helped me a lot: http://www.clojure-toolbox.com/

提交回复
热议问题