https://github.com/scriptraccoon/lets-draw
simple app for drawing with others online
https://github.com/scriptraccoon/lets-draw
Last synced: 7 days ago
JSON representation
simple app for drawing with others online
- Host: GitHub
- URL: https://github.com/scriptraccoon/lets-draw
- Owner: ScriptRaccoon
- License: mit
- Created: 2020-05-26T07:15:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T00:04:10.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:49:54.717Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://lets-draw.onrender.com/
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let's draw online
This is a simple app for drawing with others online, demonstrating socket.io, express and Node.js.
You can check it out at one of these places:
- https://lets-draw.onrender.com
- https://jh4b6.sse.codesandbox.io/
In the control panel on the right, you can choose the line width, choose one of 18 colors and clear the canvas - which clears it for all users. You can also see the number of current users.
As long as the server is running, the drawing is saved on it. So when you close the window and open it again, your drawing should be restored. Also, new users can see what previous users have drawn.