huafu / ember-data-feathers

Tools for Ember applications to communicate with FeatherJS using sockets.io
MIT License
7 stars 2 forks source link

Example Usage #1

Open josiahbryan opened 7 years ago

josiahbryan commented 7 years ago

The example app does exactly nothing - "ember serve" just gives the typical Congratulations message from ember. Is there an example app that demonstrates using this adapter effectively?

huafu commented 7 years ago

Badly not yet and while working it is still in development. Normally by including this addon you should be able to use the adapter (import FeathersSocketAdapter from 'ember-data-feathers/adapters/feathers-socket') and if you socket services endpoints in feathers are named as default (plural) then the adapter/service will automatically a user model with the users service.