Replies: 1 comment 1 reply
-
Hi!
System.Net.Websockets is very low level, especially at server side.
Yes, we can use it. Lesser external dependencies are always better.
HttpListener would be the more lightweight way with a lot of handwork to do.
Looks creepy. |
Beta Was this translation helpful? Give feedback.
-
Hello!
Any particular reason why CoreRemoting uses websocket-sharp?
As far as I know, .NET framework has its own websocket implementation
https://learn.microsoft.com/en-us/dotnet/api/system.net.websockets
Why can't we use it to get rid of external dependencies?
Third party websocket implementations like websocket-sharp and fleck
don't seem to be maintained as far as I can see...
Websocket-sharp code base looks like it has some activity, but all commits
seem to be autogenerated by a tool, which is pretty suspicious :)
https://github.com/sta/websocket-sharp/commits/master/
Beta Was this translation helpful? Give feedback.
All reactions