ember-cli-stomp
v0.0.6
Published
An addon for using STOMP with WebSockets for Ember CLI
Downloads
4
Readme
Ember-cli-stomp
This README outlines the details of collaborating on this Ember addon.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
TODO:
- extract vendor stuff to proper wrappers
- better examples
- docs to explain how to use other stomp features in ember-cli