Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tannergabriel/drawingapp
Realtime drawing app using SocketIO and p5.js
https://github.com/tannergabriel/drawingapp
drawing-app nodejs p5js realtime-application socket-io
Last synced: 4 days ago
JSON representation
Realtime drawing app using SocketIO and p5.js
- Host: GitHub
- URL: https://github.com/tannergabriel/drawingapp
- Owner: TannerGabriel
- License: mit
- Created: 2019-04-28T13:23:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T19:31:30.000Z (3 months ago)
- Last Synced: 2024-10-13T02:43:41.355Z (3 months ago)
- Topics: drawing-app, nodejs, p5js, realtime-application, socket-io
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 55
- Watchers: 4
- Forks: 33
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SocketIO drawing app
Basic example of how to use socketIO to create simple communication between multiple browser instances.
## Getting started
Start using Node
```bash
# Install dependencies for server
npm install# Run the server
node server
```Start using Docker
```bash
# 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
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details