eclipsesource / eclipsesource/tabris-js

Support npm module "feathers"

Open
#1,293 8 comments 0 reactions 0 assignees View on GitHub
compatibility npm
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.