lifo / cramp

Real-time web application framework in Ruby

Home Page:http://cramp.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Real-time web application framework in Ruby

http://cramp.in

License:MIT License


Languages

Language:JavaScript 56.7%Language:Ruby 43.3%