All activity
stratdevleft a comment
Modern web apps should be built around a clean REST API separating backend and frontend. I wanted a lightweight, high-performance C# backend to serve my SPAs (Vue/Vuetify via Vite) — no templates, just JSON and static files. Existing .NET options like ASP.NET Core and Kestrel were too heavy or complex. Others (EmbedIO, GenHttp…) didn’t fit my needs. Then I found NetCoreServer — fast and elegant...
SimpleWWeb Server Library .NET Core, Simple & Fast
