EventMachine
| EventMachine | |
|---|---|
| Original author | Francis Cianfrocca |
| Initial release | April 13, 2006 |
| Stable release | 1.2.7
/ 12 May 2018 |
| Written in | Ruby |
| Operating system | Microsoft Windows, OS X, Linux |
| Type | Event-driven networking |
| License | GPL or Ruby License |
| Repository | |
EventMachine is a software system designed for writing highly scalable applications for Ruby. It provides event-driven I/O using the reactor pattern. EventMachine is the most popular library for concurrent computing in the Ruby programming language.