A web app that allows for multiple users to sketch on a single canvas, with updates in real time. The user can also see the cursor of all active sketchers.
The front end is built using VueJS, Node and Express. The back end is built in Go and uses the gorilla/websockets library.
npm run build
npm run dev
npm run start
