https://github.com/dragosshd/drawing_canvas_webapp
This project was created by following The Coding Train tutorial about Node.js, WebSockets and P5.js.
https://github.com/dragosshd/drawing_canvas_webapp
Last synced: 3 months ago
JSON representation
This project was created by following The Coding Train tutorial about Node.js, WebSockets and P5.js.
- Host: GitHub
- URL: https://github.com/dragosshd/drawing_canvas_webapp
- Owner: DragosSHD
- Created: 2022-01-07T14:09:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T15:23:02.000Z (over 3 years ago)
- Last Synced: 2024-12-31T08:14:45.688Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drawing Canvas Webapp
## About
This project was created by following [The Coding Train](https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw) [tutorial](https://www.youtube.com/watch?v=bjULmG8fqc8) about Node.js, WebSockets and P5.js.
In addition to what was presented in the tutorial, I have added the possibility of changing the brush color and arranged everything in a simple FE using flex.
### Built With
* [Node.js](https://nodejs.org/en/)
* [Socket.IO](https://socket.io)
* [P5.js](https://p5js.org)
* [Exoress](https://expressjs.com)