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
https://chronoxor.github.io/NetCoreServer
MIT License
2.63k stars 550 forks source link

SimpleW : a RestAPI above NetCoreServer [not an issue but a library using NetCoreServer] #281

Open stratdev3 opened 8 months ago

stratdev3 commented 8 months ago

Feel free to delete if it's the wrong place to make this announcement & apologize.

Story

I discovered this project two years ago. My needs was to run an efficient C# RestAPI with a small amount of code. NetCoreServer seems promising as i was looking for a strong and high performance http/websocket server written in pure C#.

Show me the code

I publish the code to https://github.com/stratdev3/SimpleW with documentation and examples

SimpleW is more an easy layer on top of NetCoreServer for the specific goal of a RestAPI. It absolutely does not intend to replace it. They are some cool features which make building a restapi, fast. Used in production since one year and always trying to improve code quality.

copy/paste/share/use do whatever you want, MIT licence.

@chronoxor, Thanks for NetCoreServer !!

chronoxor commented 8 months ago

Very nice! Thank you for collaborating)