GithubHelp home page GithubHelp logo

neovirt / ring Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ring-clojure/ring

0.0 1.0 0.0 6.71 MB

Clojure HTTP server abstraction

License: MIT License

Clojure 98.40% HTML 0.01% ASP 0.01% JavaScript 0.01% CSS 1.59%

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.

Upgrade Notice

From version 1.2.1 onward, the ring/ring-core package no longer comes with the javax.servlet/servlet-api package as a dependency (see issue #89).

If you are using the ring/ring-core namespace on its own, you may run into errors when executing tests or running alternative adapters. To resolve this, include the following dependency in your dev profile:

[javax.servlet/servlet-api "2.5"]

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.6.3"]

To include all of them:

[ring "1.6.3"]

Documentation

Community

Thanks

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

License

Copyright © 2009-2017 Mark McGranaghan, James Reeves & contributors.

Released under the MIT license.

ring's People

Contributors

weavejester avatar mmcgrana avatar cldwalker avatar jafingerhut avatar cgrand avatar markokocic avatar michaelblume avatar rnewman avatar sethtrain avatar bendlas avatar trevor avatar ikitommi avatar ryfow avatar pawelstroinski avatar trptcolin avatar qerub avatar eagleflo avatar jeaye avatar rightfold avatar kavu avatar expez avatar kushalp avatar kenny-evitt avatar joelittlejohn avatar jcrossley3 avatar jalpedersen avatar hausnerr avatar soyrochus avatar edwardbetts avatar davidsantiago avatar

Watchers

AVA 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.