forked from ring-clojure/ring
-
Notifications
You must be signed in to change notification settings - Fork 6
Third Party Libraries
pjlegato edited this page May 23, 2012
·
12 revisions
- ring-netty-adapter: Netty adapter
- ring-mongrel2-adapter: Mongrel2 adapter
- ring-finagle-adapter: Finagle adapter
- Compojure: A concise DSL to generate Ring handler functions
- Moustache: A micro DSL to wire Ring handlers and middlewares
- fjord: A minimal Ring app framework
- clocks: Clojure Web DSL build on top of compojure, ring and scripture
- Ringfinger: RESTful resources with multiple outputs (HTML, XML, JSON), database and email abstraction, pre-made authorization system (form-based + HTTP Basic), security middleware, etc.
- Noir: A micro-framework that allows you to rapidly develop websites in Clojure.
- ring.middleware.logger: Log each request using Log4J
- ring-basic-authentication: Middleware for enforcing basic auth
- ring-json-params: Middleware for parsing JSON into params
- ring-gzip-middleware: Middleware for gzip'ing response bodies
- ring-etag-middleware: Middleware for handling etag'ing and sending appropriate 304 responses
- ring-upload-progress: Middleware for parsing multipart uploads and proving progress feedback
- hoptoad: Middleware for sending exceptions to Hoptoad
- clj-hoptoad: Another library for sending exceptions to Hoptoad
- permacookie: Set a permanent cookie in users' browsers to identify visitors
- ring-persistent-cookies: Set persistent cookies with specified expiration date.
- session-expiry: Middleware for setting session timeout
- ring-partial-content: Middleware for handling partial content requests
- ring-reload-modified: Middleware that automatically reloads modified source files
- ring-middleware-format: Middleware for parsing parameters and emitting responses in JSON or other formats
- ring-ostrich: Expose Ostrich stats
- dieter: Asset pipeline middleware, inspired by Ruby Sprockets
- ring-request-headers: Parse request headers
- mongodb-session: Http sessions into mongodb
- ring-session-riak: Http sessions stored in riak
- rrss: Redis session store
- ring-session-memcached: Http sessions stored in memcached
- lein-ring: Leiningen plugin for Ring
- ring-mock: Generate mock request maps for testing Ring applications
- Sandbar: Higher level abstractions for Compojure and Ring
- graft: Translate URIs to functions for Ring
- Clout: HTTP route matching for Ring request maps
- ring-serve: Library for running a development web server in the REPL
- ring-java-servlet: Generic servlet for using ring without AOT (only declare servlets in web.xml)
- necessary-evil: A library for XML-RPC servers and client requests.
- atompub: A library for Atom syndication (feeds) and the Atom Publishing Protocol for weblog editing and similar.