Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rash023/scribble-sync-v2
Akin to the previously built Next.js-based Scribble app, but with an exciting twist: it integrates WebSocket technology to enable multiplayer functionality.
https://github.com/rash023/scribble-sync-v2
Last synced: 13 days ago
JSON representation
Akin to the previously built Next.js-based Scribble app, but with an exciting twist: it integrates WebSocket technology to enable multiplayer functionality.
- Host: GitHub
- URL: https://github.com/rash023/scribble-sync-v2
- Owner: Rash023
- Created: 2024-04-03T07:11:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T08:44:17.000Z (7 months ago)
- Last Synced: 2024-04-03T09:48:40.530Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 7.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scribble Sync v2
Scribble Sync v2 is an online drawing application, akin to the previously described Next.js-based Scribble app, but with an exciting twist: it integrates WebSocket technology to enable multiplayer functionality. With Scribble Sync, users can collaboratively draw on a shared canvas in real-time, engaging in a dynamic and interactive experience. This addition enhances the platform's capabilities, allowing multiple users to express their creativity simultaneously, fostering collaboration and connection in a digital space. The app retains its intuitive Next.js interface, offering a seamless and enjoyable drawing experience while introducing the thrilling aspect of multiplayer scribbling.
## Installation
```bash
cd server
npm i
yarn server
``````bash
cd client
npm i
yarn dev
```## License
[MIT](https://choosealicense.com/licenses/mit/)