Skip to content

WebSocketListener Samples

vtortola edited this page May 12, 2014 · 11 revisions

These are some sample applications created with WebSocketListener

  • Echo Server: a very simple example of a WebSocket server that just reverses whatever input it gets and returns it.
  • Rx Chat Server: an example of how to use Reactive Extensions (RX) to create a very simple chat server.
  • Mono Echo Server: a working example of a MonoDevelop solution using WebSocketListener as example of Mono support.