openws-server 0.1.0

WebSocket server with room-based messaging, private messages, HTTP broadcast, and configurable limits
1
2
3
4
5
6
7
8
9
10
version: "3.9"

services:
  server:
    build: .
    ports:
      - "3000:3000"
    environment:
      - OPENWS_PORT=3000
      - OPENWS_API_KEY=