Skip to content

Latest commit

Β 

History

History
16 lines (11 loc) Β· 570 Bytes

File metadata and controls

16 lines (11 loc) Β· 570 Bytes

Shared Canvas πŸ‘©β€πŸŽ¨πŸŽ¨πŸ‘¨β€πŸŽ¨.

Creating a local server. Hosting a shared, collaborative drawing canvas. Broadcasting messages between clients and the server using node, express, p5.js and socket.io.

To run this code: Make sure you have node installed on your machine.

  1. Download source.
  2. Open source directory in terminal.
  3. $ node server.js
  4. Open the client running at: http://localhost:3000/

Alt Text

Inspired by Daniel Shiffman ("The Coding Train")