question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support npm module "feathers"

See original GitHub issue

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'

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ralfstxcommented, May 9, 2017

As for fs, we already discussed a native filesystem API, as the cordova plugins for file access are hard to use and limited. We could think about supporting a (small) subset of the Node.js fs API as well. It’s more a mid-term goal and won’t help you with this problem now, just wanted to let you know…

0reactions
camstuartcommented, May 9, 2017

Indeed @cookieguru … but I’m tipping we are getting closer to the heart of the problem, surely stream is needed for web socket support.

But hopefully later today I’ll have some time to crack these modules open and take a peek

Read more comments on GitHub >

github_iconTop Results From Across the Web

feathers - npm
Feathers is a real-time, micro-service web framework for NodeJS that gives you control over your data via RESTful resources, sockets and ...
Read more >
Quick start - Feathers.js
Feathers can be installed like any other Node module by installing the @feathersjs/feathers package through npm. The same package can also be ...
Read more >
feathers-client - npm Package Health Analysis - Snyk
A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections For more information ...
Read more >
Feathers Client · Feathersjs
For module loaders that support NPM like Browserify, Webpack or StealJS the ... npm install feathers feathers-socketio feathers-hooks socket.io-client
Read more >
ESM Support · Issue #2423 · feathersjs/feathers - GitHub
Now that most of the libraries are already in ESM, I think it's time Feathers also release an ESM build. It should be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found