C# client for hook.
Support .NET 2.0+/Unity3d.
- SSE channels (https://github.com/erizet/EventSource4Net)
- WebSocket channels (https://github.com/sta/websocket-sharp#websocket-client)
- WAMP Implementation for .NET 4.0+, need to be ported to 3.5 for Unity support https://github.com/Code-Sharp/WampSharp/blob/wampv1/src/WampSharp/PubSub/Client/WampPubSubSubject.cs (docs https://github.com/Code-Sharp/WampSharp/wiki/Getting-started-with-WAMP-client)
MIT