Skip to content

Commit

Permalink
Simply simplifying
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 23, 2011
1 parent 6f115fa commit 8a677a9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -111,18 +111,13 @@ These are exposed by `require('engine.io')`:
to it. It returns `501 Not Implemented` for regular http requests.
- **Parameters**
- `Number`: port to listen on.
- `Function`: callback for `listen`. The options object can be supplied
as second parameter as well.
- `Object`: optional, options object. See `Server` constructor API for
options.
- `Function`: callback for `listen`.
- **Returns** `Server`
- `attach`
- Captures `upgrade` requests for a `http.Server`. In other words, makes
a regular http.Server websocket-compatible.
- **Parameters**
- `http.Server`: server to attach to.
- `Object`: optional, options object. See `Server` constructor API for
options.
- **Returns** `Server`

<hr><br>
Expand Down

0 comments on commit 8a677a9

Please sign in to comment.