Skip to content

Commit

Permalink
Revert "Expanded 'How to Use' in readme"
Browse files Browse the repository at this point in the history
This reverts commit ed7cedd.
  • Loading branch information
rauchg committed Sep 26, 2011
1 parent e5d5b99 commit dfa350b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ Finally, load it from the client side code:
</script>
```

The client-side javascript is not a static file, but instead is served through the
same port that the socket is listening on. In many configurations, port 80 will already
be running a web service and the socket.io listener will have to be moved to another
port. If you set (for example) `app.listen(8000);` then your script source will require:

`<script src="http://localhost:8000/socket.io/socket.io.js"></script>`

For more thorough examples, look at the `examples/` directory.

## Short recipes
Expand Down

0 comments on commit dfa350b

Please sign in to comment.