Live data from Hacker News

SimpleW – Web Server Library .NET Core

github.com

1–10 of 80 posts

Re: SimpleW – Web Server Library .NET Core

#8
post #3

But why? ASP.NET Core is one of the best web frameworks, extremely modular and flexible. It's low level components (http server, routing) can be used as a foundation for new web frameworks.

I agree that ASP.NET Core is fantastic and it doesn’t give you many reasons to look elsewhere.

That said I think some diversity / competition / cross-pollination should be welcomed in the .NET space.

Not a fair comparison but I’m glad Avalonia exists despite WPF, for example.

Re: SimpleW – Web Server Library .NET Core

#10
post #3

But why? ASP.NET Core is one of the best web frameworks, extremely modular and flexible. It's low level components (http server, routing) can be used as a foundation for new web frameworks.

I was wondering samething. But then I saw that it has some built-in capabilities for WebSockets and OpenTelemetry.
Post reply on HN