Skip to content

Commit 4fc1ee8

Browse files
committed
[doc] call listen() to get the server started
1 parent 843901e commit 4fc1ee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,8 @@ server.on('upgrade', function(req, socket, head) {
354354
//
355355
proxy.proxyWebSocketRequest(req, socket, head);
356356
});
357+
358+
server.listen(8080);
357359
```
358360

359361
### Configuring your Socket limits

0 commit comments

Comments
 (0)