Technology

Reactive Websocket – portable client websocket implementation with Rx support

Project is now on Github : https://github.com/harshmaurya/reactive-websocket Documentation and sample: https://github.com/harshmaurya/reactive-websocket-samples  Web-sockets are the latest addition to the communication protocol which standardizes the way client communicates with the server. It provides full duplex communication channel over a single TCP connection which is great considering the workarounds that existed previously for achieving the same result. For …

Reactive Websocket – portable client websocket implementation with Rx support Read More »