Top "Ring" questions

Ring is a Clojure web applications library written by Mark McGranaghan.

How do I configure nginx as proxy to jetty?

I've been trying to set up nginx as proxy to jetty. I want to do something as explained in this …

java nginx jetty ring
Serving static files with ring/compojure - from a war

Using ring (and the lein-ring tools) - I am able to serve up static files from "resources" etc as per …

clojure leiningen compojure ring
How do I stop jetty server in clojure?

I am writing a web application using ring and clojure. I am using the jetty adapter for the development server …

clojure jetty ring
Compojure routes with different middleware

I'm currently writing an API in Clojure using Compojure (and Ring and associated middleware). I'm trying to apply different authentication …

clojure routes middleware compojure ring
ring-json's wrap-json-response middleware and compojure returns text/plain?

I'm trying to use ring-json's wrap-json-response middleware within my compojure app. I have a simple GET handler that returns a …

clojure compojure ring