Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysterlune/ember-socket-adapter
https://github.com/mysterlune/ember-socket-adapter
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mysterlune/ember-socket-adapter
- Owner: mysterlune
- License: mit
- Created: 2013-11-08T15:31:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T22:50:12.000Z (about 11 years ago)
- Last Synced: 2024-04-15T03:19:35.947Z (9 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README (Autosaved)
- License: LICENSE
Awesome Lists containing this project
README
#WebSocket Adapter for Ember Data
WebSockets allows for a long-lived connection between a client application and webserver backend. This adapter communicates via WebSockets with a data service.
This project uses [Socket.IO](http://socket.io) and [Ember Data](://github.com/emberjs/data).
##Ember-App-Kit
This project is built from [ember-app-kit](https://github.com/stefanpenner/ember-app-kit), and is _not_ a fork.
## Special Thanks
The whole Ember community, really. And particluar thanks to [@stefanpenner](https://github.com/stefanpenner) (and contributors) for Ember App Kit.
## License
Copyright 2013 by Stefan Penner and Ember App Kit Contributors, and licensed under the MIT License. See included
[LICENSE](/stefanpenner/ember-app-kit/blob/master/LICENSE) file for details.