[doc] call listen() to get the server started

This commit is contained in:
Yoji SHIDARA 2012-04-03 16:23:19 +09:00
parent 843901eeeb
commit 4fc1ee85d3

View File

@ -354,6 +354,8 @@ server.on('upgrade', function(req, socket, head) {
// //
proxy.proxyWebSocketRequest(req, socket, head); proxy.proxyWebSocketRequest(req, socket, head);
}); });
server.listen(8080);
``` ```
### Configuring your Socket limits ### Configuring your Socket limits