Basic example of how to use socketIO to create simple communication between multiple browser instances.
Start using Node
# Install dependencies for server
npm install
# Run the server
node server
Start using Docker
# Building the image
docker build --tag socketiodrawing .
# Run the image in a container
docker run -d -p 3000:3000 socketiodrawing
Gabriel Tanner
This project is licensed under the MIT License - see the LICENSE.md file for details