ruby-eventmachine 1.2.7 Single-threaded network event framework for Ruby

EventMachine implements a single-threaded engine for arbitrary network communications. EventMachine wraps all interactions with sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients.