eclipsesource / eclipsesource/tabris-js
Support npm module "feathers"
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
Please add support for `feathers` npm modules and friends:
```
feathers
feathers-authentication-client
feathers-hooks
feathers-socketio
socket.io-client
```
This would allow for a very convenient and easy to use back end option for Tabris-js apps.
Feathersjs is a very thin layer on top of express that makes creating realtime API's simple and fast.
What interests me in particular is the ease at which I would be able to consume data stored in a back end application server, with realtime support baked in.
Currently adding any of these modules results in either:
`Cannot find module 'tty'`
or
`Cannot find module 'http'`
Contributor guide
Assessment
This issue has not been assessed yet.