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.8k stars 581 forks source link

With Patch :) NETSTANDARD port #159

Open mf-RDP opened 3 years ago

mf-RDP commented 3 years ago

Hi Chronoxor,

really nice to see clean, C style code ;)

I felt free to port this one to NETSTANDARD, quickly, please see attached patch. Only thing I really had to change was IWebSocket, other changes are all #ifdef'ed

I think it's good to have this one e.g. in Xamarin apps. This was done within a few minutes, maybe review :)

Many Thanks!

Sascha

0001-NETSTANDARD-2.0-port.patch.zip

lduchosal commented 2 years ago

.net6 bring netcore server to xamarin without modification...

chronoxor commented 2 years ago

.net 6 is now supported