No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Cramp is a framework for developing asynchronous web applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2.16
~> 1.0.3
~> 1.5.2
~> 0.18.0
 Project Readme

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.