Cramp是Ruby中一个完全异步实时web应用程序框架

Cramp是一种新的,处 理并发事件的Web应用程序框架,由37signals和Rails核心小组的Pratik Naik提供。它建立在Ruby的EventMachine库之上,主要用于处理一些大量的开放连接 (如Comet系统或streaming APIs),整个过程都使用event-driven I/O。

Ruby Web开发框架

访问GitHub主页

共1524Star

详细介绍

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.