• Stars
    star
    1,503
  • Rank 30,045 (Top 0.7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 14 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Real-time web application framework in Ruby

Cramp

Cramp is a fully asynchronous realtime web application framework in Ruby. It is built on top of EventMachine and primarily designed for working with larger number of open connections and providing full-duplex bi-directional communication.

Installation

Add this line to your application's Gemfile:

gem 'cramp'

And then execute:

$ bundle

Manual installation:

$ gem install cramp

Usage

Please check out http://cramp.in to find out more.