RxCookbook icon indicating copy to clipboard operation
RxCookbook copied to clipboard

Rx with WebSockets

Open LeeCampbell opened this issue 8 years ago • 1 comments

Create a simple example of a WebSocket server and Client

Link solution to http://stackoverflow.com/questions/37374934/observable-using-websocket-receiveasync-aborts-and-cancels-early

LeeCampbell avatar Jun 02 '16 02:06 LeeCampbell

Nice little write up (might be well out of date) here - http://www.codemag.com/article/1210051 and here - https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_server

It would be nice if we could get a cross-platform solution working i.e. .NET client and server and a JS Client and Server, but all of them being interchangeable.

LeeCampbell avatar Jun 07 '16 07:06 LeeCampbell