From 1271e4c3612493bf3bd6d0035017815d10599432 Mon Sep 17 00:00:00 2001 From: Pacien Date: Sun, 8 Sep 2013 20:08:01 +0200 Subject: First version --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0bb4db0..efa5cfb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,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. \ No newline at end of file -- cgit v1.2.3