Browse Source

Added documentation for which module to require to use the methods defined in that documentation

v0.7.4-release
Micheil Smith 14 years ago
committed by Ryan Dahl
parent
commit
f9ad171085
  1. 0
      doc/api/constants.markdown
  2. 0
      doc/api/freelist.markdown
  3. 3
      doc/api/net.markdown

0
doc/api/constants.markdown

0
doc/api/freelist.markdown

3
doc/api/net.markdown

@ -1,7 +1,8 @@
## net
The `net` module provides you with an asynchronous network wrapper. It contains
methods for creating both servers and clients (called streams).
methods for creating both servers and clients (called streams). You can include
this module with `require("net");`
### net.createServer(connectionListener)

Loading…
Cancel
Save