Quick Start Guide¶
As a quick start sample a demonstration will be given on how to:
- Set up a connection (websockets)
- Create a Message that can be send over the connection
- Create an Action (handler) that is run when getting the Message
- Have the client subscribe to an event
1. The Connection¶
The most common connection is a WebSocket connection,