NodeChat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 78c6ffc54026af27184dad53d1076af2495b11b8
parent 63a53de7db6ab31753784ca5d101fb84494dd947
Author: Guillermo Rauch <rauchg@gmail.com>
Date:   Sat, 31 May 2014 11:35:04 -0700

Create README.md
Diffstat:
AREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,7 @@ +# chat-example + +This is the source code for a very simple chat example used for +the [Getting Started](http://socket.io/get-started/chat/) guide +of the Socket.IO website. + +Please refer to it to learn how to run this application.