Tutorials

Note: Concepts in earlier tutorials are assumed known in later tutorials and may not be elaborated on.

Tutorial 1: Hello World

A simple Room that broadcasts "Hello World" to Clients when they connect.

Tutorial 2: Timed Events

A Room that broadcasts the Room uptime every 10 seconds too all connected Clients.

Tutorial 3: Extending a Secure UPCRoom to Handle New Custom Messages

A UPCRoom requiring Authentication that bans clients based on a new UPCMessage.