Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some questions about this project #37

Open
ComboStyle opened this issue Dec 4, 2014 · 2 comments
Open

some questions about this project #37

ComboStyle opened this issue Dec 4, 2014 · 2 comments

Comments

@ComboStyle
Copy link

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 :)

@bmac
Copy link
Owner

bmac commented Dec 5, 2014

Hi @kfir124. Unfortunately this project is not up to date with the latest sails and ember-data. I'm working on a prototype over here to shake out some of the problems with sails and ember cli. https://github.com/bmac/podcraft-client

To answer your other questions this uses SailsJS's 'socket.io' mini wrapper. And that code should be responsible for reconnect the socket after the connection is lost.

@ComboStyle
Copy link
Author

Oh I see thanks
בתאריך 5 בדצמ 2014 22:15, "Brendan McLoughlin" [email protected]
כתב:

Hi @kfir124 https://github.com/kfir124. Unfortunately this project is
not up to date with the latest sails and ember-data. I'm working on a
prototype over here to shake out some of the problems with sails and ember
cli. https://github.com/bmac/podcraft-client

To answer your other questions this uses SailsJS's 'socket.io' mini
wrapper. And that code should be responsible for reconnect the socket after
the connection is lost.


Reply to this email directly or view it on GitHub
#37 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants