Skip to content
vic

lifo/cramp

Real-time web application framework in Ruby

lifo/cramp.json
{
"createdAt": "2009-12-16T12:59:59Z",
"defaultBranch": "master",
"description": "Real-time web application framework in Ruby",
"fullName": "lifo/cramp",
"homepage": "http://cramp.in",
"language": "JavaScript",
"name": "cramp",
"pushedAt": "2015-01-15T14:37:49Z",
"stargazersCount": 1498,
"topics": [],
"updatedAt": "2025-08-19T02:07:10Z",
"url": "https://github.com/lifo/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.

Add this line to your application’s Gemfile:

gem 'cramp'

And then execute:

$ bundle

Manual installation:

$ gem install cramp

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