TannerGabriel / DrawingApp

Realtime drawing app using SocketIO and p5.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SocketIO drawing app

Basic example of how to use socketIO to create simple communication between multiple browser instances.

Getting started

Start using Node

# Install dependencies for server
npm install

# Run the server
node server

Start using Docker

# Building the image
docker build --tag socketiodrawing .

# Run the image in a container
docker run -d -p 3000:3000 socketiodrawing

Author

Gabriel Tanner

Support me

Buy Me A Coffee

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Realtime drawing app using SocketIO and p5.js

License:MIT License


Languages

Language:JavaScript 61.3%Language:HTML 19.6%Language:CSS 16.6%Language:Dockerfile 2.5%