Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

Add support for configuring the client-side socket.io's path (better reverse-proxy support) #154

Closed dcolens closed 12 years ago

dcolens commented 12 years ago

Using the client.socketio.resource option to set the path for socket.io.js instead of using the hardcoded default value of /socket.io/socket.io.js. client.socketio.resource defaults to socket.io.

ericz commented 12 years ago

Thanks for the contribution @dcolens. Sorry for taking so longer to merge.