Event Machine (ruby)

EventMachine is an event-driven I/O and lightweight concurrency library for Ruby. It provides event-driven I/O using the Reactor pattern, much like JBoss Netty, Apache MINA, Python’s Twisted, Node.js, libevent and libev. - github

Written on June 5, 2020, Last update on June 5, 2020
ruby web async