lemunozm/message-io
Fast and easy-to-use event-driven network library. observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2252
- days_rel: n/a
- days_push: 76
- n_releases_24m: 0
Adoption not part of the score
1197 stars · 83 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
message-io is a Rust library that provides a fast, event-driven networking API over TCP, UDP, and WebSocket transports. It manages OS sockets, threads, and asynchrony internally, exposing a simple message/endpoint abstraction so the transport can be swapped in one line.
Use cases
- build a TCP server that handles thousands of concurrent connections
- send and receive messages over UDP with multicast support
- write a WebSocket client or server with a simple event API
- swap transport protocols without rewriting application logic
- implement an actor-style message-driven application in Rust
- avoid manual thread and non-blocking socket management
When to choose
- you want a simple, unified event-driven API over multiple transports in Rust
- you need scalable non-blocking socket handling without writing async runtime code yourself
- you want to switch between TCP, UDP, or WebSocket with minimal code changes
When to avoid
- you need TLS-secured WebSockets, which are not yet supported
- you are already committed to an async ecosystem like Tokio and want deep integration with it
- you need application-level protocols, serialization, or higher-level RPC features
Facets
library · maturity active
networking websocket message-queue concurrency networking developer-tools microservices rust windows cross-platform event-driven non-blocking-sockets tcp udp multicast actor-model mio linux macos
2 sources
- readme: https://github.com/lemunozm/message-io · fetched 2026-08-28 · 7c6e243f8629
- registry_crates: https://crates.io/api/v1/crates/message-io · fetched 2026-08-29 · d0fa3e9a8ce5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lemunozm/message-io | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="lemunozm/message-io")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem