An open API service indexing awesome lists of open source software.

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.

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.

![Demo Screenshot](https://github.com/DragosSHD/Drawing_Canvas_Webapp/blob/master/img/demo_screenshot.png)

(back to top)

### Built With

* [Node.js](https://nodejs.org/en/)
* [Socket.IO](https://socket.io)
* [P5.js](https://p5js.org)
* [Exoress](https://expressjs.com)

(back to top)