amd64
のみなので、以下はローカルでimageをビルドする例。 nostream
を clone
するbashgit clone https://github.com/Cameri/nostream.git
cd nostream
SECRET
を設定するbashecho "SECRET=$(openssl rand -hex 128)" > .env
bash./scripts/start
bashecho '["REQ", "test", {"limit": 0}]' | websocat -n ws://127.0.0.1:8008 # 空のリクエスト
# ["EOSE","test"] が出力される