Skip to content

IsaacDC/drawing-app-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple, collaborative live drawing application built with Node.js, Express.js, and Socket.IO. The current code serves as a concept demo for a larger-scale project I'm developing.

This repository allows me to visualize the mobile experience and test the drawing functionality for multiple users interacting simultaneously.

To run the app locally, follow these steps:

     cd canvas_testing
    npm install
    node app.js

You can also explore the demo hosted on a small server via Render: https://canvas-testing.onrender.com.

For the larger-scale project, I have integrated a database for more robust data management and implemented Redis for tracking users and their drawings.

Ignore all the commits lol

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors