-
Notifications
You must be signed in to change notification settings - Fork 85
WebSocketListener Samples
vtortola edited this page Jun 17, 2014
·
11 revisions
These are some sample applications created with WebSocketListener
- Echo Server: a very simple example of a WebSocket server that just echoes whatever input it gets.
- 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.
-
WebSocket Event Listener: an example of how to use
WebSocketListener
to create a class that allows to subscribe to events rather than doing asynchronous awaitings.