GithubHelp home page GithubHelp logo

maxgfaraday / ring Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ring-clojure/ring

0.0 2.0 0.0 6 MB

Clojure web application library: abstracts HTTP to allow modular and concise webapps

License: MIT License

ring's Introduction

Ring

Build Status

Ring is a Clojure web applications library inspired by Python's WSGI and Ruby's Rack. By abstracting the details of HTTP into a simple, unified API, Ring allows web applications to be constructed of modular components that can be shared among a variety of applications, web servers, and web frameworks.

The SPEC file at the root of this distribution provides a complete description of the Ring interface.

Libraries

  • ring-core - essential functions for handling parameters, cookies and more
  • ring-devel - functions for developing and debugging Ring applications
  • ring-servlet - construct Java servlets from Ring handlers
  • ring-jetty-adapter - a Ring adapter that uses the Jetty webserver

Installation

To include one of the above libraries, for example ring-core, add the following to your :dependencies:

[ring/ring-core "1.1.8"]

To include all of them:

[ring "1.1.8"]

Documentation

Community

Thanks

This project borrows heavily from Ruby's Rack and Python's WSGI; thanks to those communities for their work.

License

Copyright (c) 2009-2013 Mark McGranaghan and released under an MIT license.

ring's People

Contributors

weavejester avatar mmcgrana avatar cgrand avatar rnewman avatar sethtrain avatar qerub avatar davidsantiago avatar soyrochus avatar kushalp avatar abedra avatar eagleflo avatar arohner avatar andrewvc avatar arsatiki avatar nathell avatar djpowell avatar jjcomer avatar juergenhoetzel avatar lynaghk avatar markokocic avatar zolrath avatar pepijndevos avatar pyr avatar wasserfuhr avatar roman-soundcloud avatar ryfow avatar paraseba avatar sdegutis avatar stuarthalloway avatar ugglan avatar

Watchers

Max G. Faraday avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.