This commit is contained in:
Ryan Dahl 2010-04-12 16:27:04 -07:00
parent afe3c1cdea
commit 1efd261572

View File

@ -1367,9 +1367,7 @@ is ready to accept connections.
### server.listen(path)
Start an HTTP UNIX socket server listening for connections on the given `path`.
(Hint: use NGINX to load balance across many Node servers with this.)
Start a UNIX socket server listening for connections on the given `path`.
This function is asynchronous. `listening` will be emitted when the server
is ready to accept connections.