Registry / networking / eventmachine

eventmachine

JSON →
library1.2.7rbrubygemsunverified

EventMachine implements a fast, single-threaded engine for arbitrary network communications, wrapping IP socket interactions to simplify building network servers and clients.

networkingasync
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

require 'eventmachine'

Run a simple EventMachine reactor loop that prints a message after 1 second.

require 'eventmachine' EM.run do EM.add_timer(1) { puts 'Hello from EventMachine'; EM.stop } end
Debug
Known footguns
gotchaEventMachine uses a single-threaded reactor pattern; blocking operations in callbacks will freeze the reactor.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
17 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources