sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server
http://sta.github.io/websocket-sharp
MIT License
5.61k stars 1.65k forks source link

Other Libraries vs Websocket-sharp #333

Open 253153 opened 7 years ago

253153 commented 7 years ago

I wrote my app's server in C++ with µWS, and have already written a Javascript client for it. Now I'm writing a C# client for it with Mono, and am currently using the websocket-sharp library when I came across other libraries such as Signalr, Alchemy-Websockets, and Fleck.

Has anyone done any benchmarks on what the fastest C# library compatible with Mono for websockets is, or is there one generally recommended?

Jexs commented 7 years ago

Considering Alchemy and Fleck are both server implementations and do not have a WebSocket client(to my understanding), I do not think those would work for what you're asking.

This library is great for my use, however, I cannot speak on it's speed compared to other libraries that may be out there.