You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ring is the current de facto standard base from which to write web applications in Clojure. Higher level frameworks such as Compojure use Ring as a common basis.
Even though Ring provides only a low-level interface, it is useful to understand how it works even if you plan to use a higher-level interface. Without a basic understanding of Ring, you cannot write middleware, and you may find debugging your application more difficult.