Community

Creating a REST Server in Compojure

(Julian Gamble) In this chapter from Clojure Recipes, you will build the first of two REST servers. This is a simple one to do in Compojure. The REST server we build will receive a REST call over http. You will test it using a command line tool, curl.

Read More - Register for Free Membership