EventMachine
Appearance
Original author(s) | Francis Cianfrocca |
---|---|
Initial release | April 13, 2006 |
Stable release | 1.0.0
/ September 8, 2012 |
Repository | |
Written in | Ruby (programming Language) |
Operating system | Mac OS X, Linux, Windows |
Type | Event-driven networking |
License | GPL License |
Website | rubyeventmachine |
EventMachine is a software system designed for writing highly scalable applications for Ruby, C++, and Java programs. It provides event-driven I/O using the Reactor pattern.
Example Uses
- critical networked applications
- web servers and proxies
- email and IM production systems
- authentication/authorization processors