LeeCampbell / RxCookbook

Collection of recipes and snippets helping you create useful Rx code
281 stars 39 forks source link

Rx with WebSockets #31

Open LeeCampbell opened 8 years ago

LeeCampbell commented 8 years ago

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 commented 8 years ago

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.