From 755cead37c852ba4f0c25e2d3464191a6525bd59 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 17 Dec 2012 09:01:45 -0300 Subject: [PATCH] Readme: document namespace events --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index 190c014c88..bf6144be58 100644 --- a/Readme.md +++ b/Readme.md @@ -139,6 +139,13 @@ io.on('connection', function(){ // … }); By default the client always connects to `/`. +#### Events + + - `connection` / `connect`. Fired upon a connection. + + Parameters: + - `Socket` the incoming socket. + ### Namespace#name:String The namespace identifier property.