CHOOSE YOUR OWN ADVENTURE!â
- Write a simple chat application
 
Recommended for beginners to Socket.IO or Node.js. The âHello world!â of the framework is here.
- A basic CRUD project
 
Let's create a classic CRUD (Create-Read-Update-Delete) application with Socket.IO. We'll introduce acknowledgements and the ability to broadcast events.
- Private messaging
 
A slightly more complex chat application, introducing middlewares and rooms features.