blob: efa5cfba390aca33c371295912c9c373786a6ef4 (
plain)
1
2
3
4
5
6
7
8
9
|
Diffusion
=========
Diffusion is a simple websocket broadcaster written in Go.
Everything sent on /b/{{channel}} is broadcast to every connection on /{{channel}}.
Broadcaster and client accesses can be restricted by a key for each and they will have to connect to /b/{{channel}}?{{broadcaster key}} or /{{channel}}?{{client key}}.
These keys are definable using command line arguments when starting the program.
|