aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-05-15 16:00:45 +0200
committerPacien TRAN-GIRARD2014-05-15 16:00:45 +0200
commitd8bae84fff7977844fa2b57b15b86a831b73aed2 (patch)
treed243a1729f0239421c6454f0b76243b6e1729ce7 /README.md
parent4f21da45d77211da1aab786bceda8b19f9ccbcbc (diff)
downloadwebcastor-d8bae84fff7977844fa2b57b15b86a831b73aed2.tar.gz
First version
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/).