A simple Drawing application based on P5.js and socket.io, which can show real-time sketch updates across multiple instances/clients
- run 'node server.js' in the repo
- Open multiple instances/browsers with the url: localhost:3001
- See how sketching on one instance is reflected in real-time across the instances