This project is based on the socket.io getting started guide and is meant to serve as a test bed for checking or trying out native socket.io features.
It currently includes:
- A basic socket.io implementation that can emit and recieve messages.
- Jest unit testing.