Skip to content

Commit

Permalink
[doc] call listen() to get the server started
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Apr 3, 2012
1 parent 843901e commit 4fc1ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -354,6 +354,8 @@ server.on('upgrade', function(req, socket, head) {
//
proxy.proxyWebSocketRequest(req, socket, head);
});

server.listen(8080);
```

### Configuring your Socket limits
Expand Down

0 comments on commit 4fc1ee8

Please sign in to comment.