Support npm module "feathers"
See original GitHub issuePlease 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:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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…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