chronoxor/NetCoreServer
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 84
- 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: 2786
- days_rel: n/a
- days_push: 98
- n_releases_24m: 0
Adoption not part of the score
3129 stars · 629 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NetCoreServer is an ultra fast, low latency asynchronous socket server and client library for C# .NET Core. It supports TCP, SSL, UDP, Unix Domain Socket, HTTP, HTTPS, and WebSocket protocols and addresses the 10K connections problem.
Use cases
- build a high-performance TCP chat server in C#
- implement a WebSocket server handling thousands of concurrent connections
- create an async UDP echo or multicast server
- serve HTTP/HTTPS with a low-latency custom .NET server
- write a secure SSL/TLS socket client
- solve the 10K connections problem in .NET
When to choose
- you need raw socket-level performance and low latency in .NET
- you want one library covering TCP, UDP, SSL, HTTP, and WebSocket servers and clients
- you need to handle very large numbers of concurrent connections (C10K)
- you prefer a lightweight alternative to ASP.NET Core for socket workloads
When to avoid
- you need a full-featured web framework with routing, middleware, and dependency injection
- your project is not on .NET / C#
- you only need a simple HTTP client with no performance constraints
- you want managed hosting ecosystem features like built-in authentication
Facets
library · maturity stable
http-server websocket http-client networking middleware networking backend developer-tools performance cross-platform windows dotnet tcp udp ssl tls unix-domain-socket low-latency c10k async sockets csharp linux macos
2 sources
- readme: https://github.com/chronoxor/NetCoreServer · fetched 2026-08-28 · b77951ad6632
- homepage: https://chronoxor.github.io/NetCoreServer · fetched 2026-08-29 · 6411f6abfaed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chronoxor/NetCoreServer | main | 61 |
For agents
markdown · JSON · MCP: product_card(name="chronoxor/NetCoreServer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem