Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 344 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 344 Bytes

live_sketch

A simple Drawing application based on P5.js and socket.io, which can show real-time sketch updates across multiple instances/clients

How to Run

  • 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