What is typically the best way for integrating HTML5 Websockets into an Ember.js application?
I’ve used Pusher.com in the past and have used a similar setup to this: http://blog.pusher.com/backbone-js-now-realtime-with-pusher/
I’m looking for the equivalent to Ember.js
Thanks guys!
You can have a look at the following on GitHub from 8 months ago, but at the moment there is no
WebSocketsAdapter, as much as I’d love to see one. For the most part, people seem to be making ad-hocWebSocketAdapters for their own scenarios.I imagine that once EmberJS releases version 1.0, then you’ll begin seeing a lot more third-party add-ons for it. As EmberJS, and in particular, EmberJS’s DS (DataStore) are changing so rapidly, it would seem a little premature to begin creating a
WebSocketAdapterunless you were fully committed to keeping it up-to-date as EmberJS/DS change rapidly from one day to the next.