diff options
author | Pacien | 2013-09-08 20:08:01 +0200 |
---|---|---|
committer | Pacien | 2013-09-08 20:10:03 +0200 |
commit | 1271e4c3612493bf3bd6d0035017815d10599432 (patch) | |
tree | 0609a634566119f7f2fdcb298f22936fec709b3f /README.md | |
parent | 8505a6e39fe92a9f9f01261d52cdba6c5f789995 (diff) | |
download | diffusion-master.tar.gz |
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 | ||