Filed under Infrastructure , Web Socket
A websocket server built in C# to be extremely efficient and scalable over high numbers of connections.
Alchemy Web Socket
Here’s the announcement at Reddit
We've used so much open-source software, we decided it was time to give back. There weren't any websocket implentations that we were really in love with, so we built our own. We aimed to make it as scalable and to work with as many connections as possible, and we hit that (we tested with 20k simultaneous connections before the client ran out of connections, and barely touched the memory and CPU.)