Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.