From d8bae84fff7977844fa2b57b15b86a831b73aed2 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Thu, 15 May 2014 16:00:45 +0200 Subject: First version --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0e2474a..4f55f2a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ Webcastor ========= + +Webcastor is a simple websocket broadcaster based on socket.io and node.js. + +When a broadcaster sends a message to a channel, it is broadcast to all other clients (including other broadcasters) connected to the channel. + +Channels are created with a generated ID and an optional broadcaster password. + +This application is currently running on [https://webcastor.herokuapp.com/](https://webcastor.herokuapp.com/). -- cgit v1.2.3