balderdashy / sails.io.js

Browser SDK for communicating w/ Sails via sockets
https://sailsjs.com/documentation/reference/web-sockets/socket-client
183 stars 118 forks source link

add options io.sails.path to configure url of socket.io #66

Closed twhtanghk closed 8 years ago

twhtanghk commented 9 years ago

The options io.sails.path is to allow user changing the url of socket.io server endpoint. For example, http://localhost:3000/im.v1/socket.io instead of default http://localhost:3000/socket.io. Please review.

twhtanghk commented 8 years ago

The update is not found in the latest version 0.11.7. Please merge again.

sgress454 commented 8 years ago

Hi @twhtanghk, thanks for the PR. I apologize for losing track of this; we ended up implementing the feature independently but it's too late to merge your code in now. On the bright side, you can now set io.sails.path in the latest sails.io.js!