signal-fish-server 0.2.0

A lightweight, in-memory WebSocket signaling server for peer-to-peer game networking
Documentation
1
2
3
4
5
6
7
8
9
10
11
services:
  signal-fish:
    build: .
    ports:
      - "3536:3536"
    environment:
      RUST_LOG: info
    volumes:
      # Optional: mount a config file
      - ./config.example.json:/app/config.json:ro
    restart: unless-stopped