ember-socket-guru
v1.0.1
Published
Addon for easy integration of WebSockets implementation in your ember app (pusher, socket.io, phoenix channels, Action Cable)
Downloads
3
Maintainers
Readme
Ember Socket Guru
Addon for easy integration with Pusher.js, ActionCable, Socket.io and Phoenix Channels. Everything conveniently wrapped in one package.
Features
- mechanism of integration is based on Ember.Evented
- the functionality is provided through a mixin, which makes it very easy to integrate in your app
- unified API between different socket clients
- you can use more than one client at the same time (i.e. Pusher and Phoenix)
Installation
ember install ember-socket-guru
Read documentation here.