-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi this project looks pretty cool but it lacks an example so I'm a bit confused.
I read the code and it seems like the socket is never initialized, I want to point out the I've never used socket.io nor SailsJS so maybe I'm missing here something but shouldn't we at least point out to the socket.io client to the listening websocket endpoint?
Also I'm curious if I lose internet connection will the socket reconnect while the connection is established once again?
I've seen that SailsJS has its own 'socket.io' mini wrapper, is this project using it? (talking about v0.10)
Does it work with the embedded support of the newly Ember-Data?, I guess I'm trying to ask is if this project is up to date with the latest sails & ember & ember-data?
Any help for a newbie at websockets will be appreciated :)