This project was made to refresh my memory on websockets and on centralised hubs.
Must have go installed.
Step 1: Fork the repo.
Mac/Linux
go run *.go
Windows
go run .
Open the index.html file in your browser as done in the demo.
Note: Each client gets assigned a random and unique color.
Must have docker installed.
docker build -t drawing-app ./path/to/dockerfile
docker run -p 8080:8080 drawing-app
Ctrl-c
to quit
Open the index.html file in your browser as done in the demo.
Note: Each client gets assigned a random and unique color.