Going back to the C# websocket implementation issue, I was looking at https://github.com/sta/websocket-sharp but I feel like I should look at other implementations. After reviewing other solutions such as Flex (https://github.com/statianzo/Fleck) and also Microsoft’s native websocket implementation, Fleck seemed to require a Fleck websocket server which I was not willing to implement as I already had a working server implementation using the node websocket package... Continue this article