beetlex-io/BeetleX
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 2920
- days_rel: n/a
- days_push: 758
- n_releases_24m: 0
Adoption not part of the score
1202 stars · 246 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
BeetleX is a high-performance .NET socket communication library supporting TCP, TLS, HTTP, HTTPS, WebSocket, MQTT, RPC, and Redis protocols with custom protocol extension. It provides async non-blocking I/O built on SocketAsyncEventArgs and solutions for handling very large numbers of concurrent connections.
Use cases
- build a high-performance tcp server in dotnet
- serve http and websocket traffic from a custom dotnet server
- implement an rpc server over tcp in c#
- build an mqtt broker or client in dotnet
- handle one million concurrent socket connections
- create a custom binary protocol server with tls support
When to choose
- you need fine-grained, high-performance socket control in .NET beyond what built-in HttpListener or Kestrel abstractions offer
- you want a single library covering tcp, websocket, mqtt, and rpc protocols
- you need to support extremely large connection counts with non-blocking I/O
When to avoid
- you just need a standard web api - ASP.NET Core is more mainstream and better supported
- your team prefers batteries-included frameworks with large ecosystems over lower-level components
- you need guaranteed long-term maintenance - the project is smaller and community-driven
Facets
library · maturity active
http-server websocket rpc networking middleware networking backend web-development developer-tools dotnet cross-platform windows tcp-server socket-programming tls mqtt high-performance non-blocking-io csharp linux macos
1 source
- readme: https://github.com/beetlex-io/BeetleX · fetched 2026-08-28 · 89abe5663047
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| beetlex-io/BeetleX | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="beetlex-io/BeetleX")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem