https://github.com/samet404/pixgu-ws
websocket server for pixgu
https://github.com/samet404/pixgu-ws
realtime-collaboration socketio websocket
Last synced: 3 months ago
JSON representation
websocket server for pixgu
- Host: GitHub
- URL: https://github.com/samet404/pixgu-ws
- Owner: samet404
- Created: 2024-10-17T14:37:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-16T14:31:07.000Z (4 months ago)
- Last Synced: 2025-06-16T15:37:07.344Z (4 months ago)
- Topics: realtime-collaboration, socketio, websocket
- Language: TypeScript
- Homepage: https://pixgu.com
- Size: 47.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Requirements:
- Node.js 20.x
- Bun## Running server in locally
1. Clone the repository
2. Install dependencies with `bun install`
3. Run the server with `bun run dev` or `bun run prod`