Asynchronous HTTP

eventmachine

1019

634
77
EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required. Last commit: Tue, 03 Aug 2010 23:00:52 +0000

gem install eventmachine

Downloads: 186662

v0.12.10
161588

rev

150

127
8
Rev is a Ruby binding to the libev high performance event library Last commit: Mon, 22 Feb 2010 07:19:53 +0000

gem install rev

Downloads: 3535

v0.3.2
1920