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

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

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`