diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,2 +1,9 @@ | |||
1 | Diffusion | 1 | Diffusion |
2 | ========= | 2 | ========= |
3 | |||
4 | Diffusion is a simple websocket broadcaster written in Go. | ||
5 | |||
6 | Everything sent on /b/{{channel}} is broadcast to every connection on /{{channel}}. | ||
7 | |||
8 | 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}}. | ||
9 | These keys are definable using command line arguments when starting the program. \ No newline at end of file | ||