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

前端 未结 5 846
闹比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条回答
  •  Happy的楠姐
    2020-12-22 16:46

    Take a look at liberator library http://clojure-liberator.github.io/liberator/ It's noy a standalone solution, buy very good for rest service definition.

提交回复
热议问题