Skip to content

lnardon/RealTimeDrawingCanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Drawing Canvas

I developed this application in order to learn a little bit about websockets and one of it's amazing applications. The basic concept was to create a drawable canvas that could be interacted with by people in real time.

Installation

Clone the repository, run npm install && node ./server.js on the root directory, and it will be available for you on localhost:5000.

What I learned/Used on this project

  • Websockets
  • Express
  • Node.js
  • P5.js