SaaSHub helps you find the best software and product alternatives Learn more →
NetCoreServer Alternatives
Similar projects and alternatives to NetCoreServer
-
-
ReSharper
ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
-
-
-
-
ExploreSingapore
A sophisticated RAG intelligence engine for Singaporean laws, policies, and history. Comes with a triple-AI failover backend (Gemini/Llama/Groq), semantic embeddings using FAISS, and an Apple-inspired interactive UI. Designed with precision and high availability in mind.
-
-
sharppcap
Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
tokn
Token-Oriented KiCad Notation (TOKN) – Compact, human-readable, KiCad Netlists for LLM prompts. Spec, benchmarks, Python SDK.
-
BeetleX
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
-
EACL
Enterprise Access ControL is an embedded Clojure ReBAC authorization library based on SpiceDB and backed by Datomic that provides fine-grained permissions (by theronic)
-
-
-
-
-
-
-
-
-
MicroWebSrv2
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NetCoreServer discussion
NetCoreServer reviews and mentions
-
Ask HN: What Are You Working On? (February 2026)
I'm working on a "toy" .NET web framework that has no dependencies on the ASP.NET Core Web SDK, runs fully on the "base" .NET Core SDK and can easily be embedded in existing applications.
https://github.com/WispFramework/Wisp, https://wispframework.github.io/Wisp/
It tries to be reasonably lightweight but batteries-included, with extra features in separate "extensions" packages. It's also designed to be modular. All functionality has a default implementation but can easily be replaced if desired. It uses the Fluid template engine[1] (a .NET implementation of the Liquid language).
It's been a great way to dig into more advanced concepts like reflection and HTTP internals and while it's probably not safe to use in production, I have used it to build small private apps with great success.
The current major pain points are the lack of websocket support, which I'm planning to add soon, and the general fragility of the NetCoreServer[2] based HTTP backend, which I'm planning to replace with EmbedIO. (Ideally, I would love to use Kestrel here, but it's so deeply baked into ASP.NET Core that you can't use it without pulling in the whole Web SDK)
[1] https://github.com/sebastienros/fluid
[2] https://github.com/chronoxor/NetCoreServer
(LLM Disclaimer: This project is not vibe-coded. Most of the code is written by hand, with some input from ChatGPT being used as a fancy search engine. The docs are written by hand and then fed through ChatGPT to make them more readable)
-
Beyond ASP.NET: Lightweight Alternatives for C# Web Development
NetCoreServer is a socket library that can also be used for serving HTTP requests. Since end of 2022, there has not been any meaningful activity. NetCoreServer achieves 53% in TechEmpower's FrameworkBenchmark.
- Networking lib/framework for multiplayer servers ?
-
I need help figuring out a networking solution for a real-time project.
The tricky part is finding libraries that support multicast - most games don't use it. I found this though: https://chronoxor.github.io/NetCoreServer/
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jun 2026
Stats
chronoxor/NetCoreServer is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of NetCoreServer is C#.
Popular Comparisons
- NetCoreServer VS sharppcap
- NetCoreServer VS LiteNetLib
- NetCoreServer VS BeetleX
- NetCoreServer VS SuperSimpleTcp
- NetCoreServer VS unity-websocket-server
- NetCoreServer VS EmbedIO
- NetCoreServer VS MicroWebSrv2
- NetCoreServer VS unity-websocket-multiplayer
- NetCoreServer VS WatsonTcp
- NetCoreServer VS Unhinged