红联Linux门户
Linux帮助

异步事件驱动的Ruby Web应用框架 Cramp

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

Cramp使用Rails 3.0的ActiveSupport 和 ActiveModel库,它会显示两层用于开发:controllers 和 models。

项目主页:https://github.com/lifo/cramp

下载地址:https://github.com/lifo/cramp/tags

来自:开源中国社区
文章评论

共有 0 条评论