Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbarbar338/realtime-drawing-application
โจ Realtime drawing application.
https://github.com/barbarbar338/realtime-drawing-application
drawing drawing-app real-time realtime socket socket-client socket-io socket-io-client socket-server socketio socketio-server ts typescript
Last synced: 26 days ago
JSON representation
โจ Realtime drawing application.
- Host: GitHub
- URL: https://github.com/barbarbar338/realtime-drawing-application
- Owner: barbarbar338
- License: gpl-3.0
- Created: 2021-03-18T10:31:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T09:10:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T08:02:52.238Z (about 1 month ago)
- Topics: drawing, drawing-app, real-time, realtime, socket, socket-client, socket-io, socket-io-client, socket-server, socketio, socketio-server, ts, typescript
- Language: JavaScript
- Homepage: https://draw.fly.dev/
- Size: 1.29 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# โจ Realtime drawing application
Draw something with your friends in real time! Your drawings, cursor location, username and color are transmitted to your friends in real time. Made with Socket.io
# ๐ Example
![Example GIF](example.gif)
# ๐โโ๏ธ Running
- Run `yarn build` or `npm run build` to build server files ๐ง
- Run `yarn start` or `npm run start` to start server ๐ฅ
- Go to `http://localhost:3000` to see what's going on ๐ณ# ๐งถ Customization
To change your username or color, just delete `id` data in your local storage and go to `http://localhost:3000`.
# ๐งฆ Contributing
Feel free to use GitHub's features.