Question

I am attempting to learn how to and then create a web service in clojure, and I am looking for tutorials that help illustrate the process. I am new to clojure. It seems like every tutorial is geared towards either previous version of leiningen, or compojure, etc, but none really give a good idea of what to do. Any advice on this? Starting from using leiningen 2.1.2, is there a tutorial to teach me how to create a web service?

Was it helpful?

Solution

As far as using ring and compojure I see no diference between leiningen 2.0.x and 2.1.x, so it's likely fine to use tutorials that mention older versions of this tool.

There are some nice tutorials mentioned on this SO question Though my current personal recommendation goes to the chapter on web programmin in Clojure Programming

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top