-
Notifications
You must be signed in to change notification settings - Fork 70
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
Making Realtime with socket.io integration #18
Comments
I'll make a live demo at some point, but for now you can create a socket.io listener in your back-app then share the socket with the various resources the same way the db is shared, by attaching it to the request via a middleware. |
i really will appreciate a live demo or gist of how socket.io will be added to the back end as you explained. |
@JonAbrams Any live demo yet. i am really waiting for this feature. i couldn't get it right based on your explanation. maybe a gist will do. |
Sorry, I haven't had a chance yet. Maybe in the next week or so. On Thu, May 29, 2014 at 5:21 AM, joshua Oguche notifications@github.comwrote:
|
Hi,
this is a really cool framework.i was wondering how easy it will be to integrate socket.io and have realtime feature . One could use the https://github.com/btford/angular-socket-io module on the clientside. my interest will be how to integrate socket.io server side and to the resource methods like you have with sails. I believe this will be better than sails with all that included
The text was updated successfully, but these errors were encountered: