Sign in Sign up
rubygems

eventmachine

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.

Activity

Latest release
8y ago
Total releases
50
Cadence
~42 days
Last 12 months
0

Details

License
unknown OR GPL-2.0
First release
Apr 13, 2006
Releases
Version Released
1.2.7 patch
1.2.6 patch
1.2.5 patch
1.2.3 patch
1.2.2 patch
1.2.1 patch
1.2.0.1 patch
1.2.0 minor
1.2.0.dev.2 pre
1.0.9.1 patch
1.0.9 patch
1.0.8 patch
1.0.7 patch
1.0.6 patch
1.0.5 patch
1.0.4 patch
1.0.2 patch
1.0.3 patch
1.0.1 patch
1.0.0 major
1.0.0.rc.4 pre
1.0.0.rc.3 pre
1.0.0.rc.2 pre
1.0.0.rc.1 pre
1.0.0.beta.4.1 pre
1.0.0.beta.4 pre
1.0.0.beta.3 pre
1.0.0.beta.1 pre
1.0.0.beta.2 pre
0.12.10 patch
0.12.8 patch
0.12.6 patch
0.12.4 patch
0.12.2 patch
0.12.0 minor
0.10.0 minor
0.9.0 minor
0.8.1 patch
0.8.0 minor
0.7.2 patch
0.7.0 minor
0.5.3 patch
0.5.2 patch
0.5.1 minor
0.4.5 patch
0.4.4 patch
0.4.3 patch
0.4.2 patch
0.4.0 minor
0.3.1 initial