aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e2474a..4f55f2a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
1Webcastor 1Webcastor
2========= 2=========
3
4Webcastor is a simple websocket broadcaster based on socket.io and node.js.
5
6When a broadcaster sends a message to a channel, it is broadcast to all other clients (including other broadcasters) connected to the channel.
7
8Channels are created with a generated ID and an optional broadcaster password.
9
10This application is currently running on [https://webcastor.herokuapp.com/](https://webcastor.herokuapp.com/).