Quick Start Guide

As a quick start sample a demonstration will be given on how to:

  1. Set up a connection (websockets)
  2. Create a Message that can be send over the connection
  3. Create an Action (handler) that is run when getting the Message
  4. Have the client subscribe to an event

1. The Connection

The most common connection is a WebSocket connection,

2. The Message

3. The Action