The Clojure web stack and the CRUD stack
Why it is my opinion that Clojure is better off with out a CRUD web framework.
Why it is my opinion that Clojure is better off with out a CRUD web framework.
This article looks at how Ring middleware and dynamic binding presents a powerful tool for controlling configuration in Clojure web apps.
Ring is the foundation of web programming in Clojure. It has a broad ecosystem of libraries that fullfil many different roles in the web stack. This article introduces the fundamental concepts of Ring as well as four major libraries, and explains common idioms to help you get started quickly.
Necessary-Evil is an XML RPC library for Clojure.