Skip to content

Commit

Permalink
updated doc to highlight the support of socket.io client-side resourc…
Browse files Browse the repository at this point in the history
…e option.
  • Loading branch information
dcolens committed Nov 23, 2011
1 parent f3c463a commit 9e15ee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/public/user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ available options and their defaults:
// Do note that the object that this points to should already exist by the time now.js is loaded.
}

If the `client.socketio.resource` option is set it will also be used
for the path of the socket.io.js file. This option can be useful in
the case of a reverse proxy setup.

If the options object is incomplete, the default values will be used
in place of any missing options.

Expand Down

0 comments on commit 9e15ee5

Please sign in to comment.