Is there any reason why this wouldn't work with Cordova?
Feathers 2.0 – a minimalist real-time JavaScript framework
51–60 of 83 posts
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#52> A minimalist real-time framework for tomorrow’s apps > Feathers has adapters for 15+ data sources and 4 different ORMs out of the box. More than any other real-time framework! Huh?
Anyone knows if there any plan to support rethinkDB? Which is a realtime DB.
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#53The term "real-time" means that you can guarantee certain timing constraints. It can only work on a substrate (OS) that supports real-time processing. So I am sure that "real-time" is not what this package is offering.
My guess is that they are pulling that from Socket.IO's use of the same "real time" term. Which I suppose is to denote that it's not ajax polling (though I understand that Socket.IO does poll in some situations...)
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#54Does Feathers support SAML authentication? I don't see it in the docs, but I figured I would ask. It says it's built on top of express, and express has SAML support... is it possible to leverage that?
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#55Earlier quoted context omitted.
Except, claiming you guys are "Real Time" just because you offer a basic websockets implementation and positioning your offering as anything that compares to Meteor is a sham. You don't have real time. You have web sockets that anyone can trivially hook up with NPM. You're undermining Meteor's exhaustive real time functionality when you say that. You are also tricking would-be users who don't know any better. They wi…
Ouch. Meteor's data syncing is great, but it's not a mandatory part of real time. That said, from their web site: > Feathers is completely open source and is community supported, whereas Meteor, although open source, is venture backed and has raised $31.2 million to date. A license is either Open Source (it meets the OSD) or is not. There is no 'completely open source'. I think Meteor's overvalued too, but you're not…
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#56Earlier quoted context omitted.
Disclosure, I'm one of the creators of Feathers. You are right Feathers is MIT and so is Meteor. They both do real-time, albeit a bit differently, so we like to consider Meteor an alternative to Feathers and vice-versa. We are trying to be as transparent as possible and because we don't currently have any formal support from anyone except for the contributor's time and energy, we rely heavily on the community and nee…
Except, claiming you guys are "Real Time" just because you offer a basic websockets implementation and positioning your offering as anything that compares to Meteor is a sham. You don't have real time. You have web sockets that anyone can trivially hook up with NPM. You're undermining Meteor's exhaustive real time functionality when you say that. You are also tricking would-be users who don't know any better. They wi…
We do have plans to (optionally) support "real-time" all the way from the database as well and we are currently working on something similar to Apollo and Falcor. Can't do it all at once with no financial support.
If you feel things could be better and are interested in helping us achieve what you think is a more justified stance on being "real-time" then by all means PRs are more than welcome!
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#57> A minimalist real-time framework for tomorrow’s apps > Feathers has adapters for 15+ data sources and 4 different ORMs out of the box. More than any other real-time framework! Huh?
The trick is that there is no actual definition of minimal, so you can always add it to your list of adjectives and sound more hip as a result. Another good one is "clean". All my code is bloated and messy, tbh.
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#58Perhaps you could help me...I am currently looking for a framework to work with a Cordova project I've been hired to create. Is there any reason why this wouldn't work with Cordova?
Re: Feathers 2.0 – a minimalist real-time JavaScript framework
#59> A minimalist real-time framework for tomorrow’s apps > Feathers has adapters for 15+ data sources and 4 different ORMs out of the box. More than any other real-time framework! Huh?
The trick is that there is no actual definition of minimal, so you can always add it to your list of adjectives and sound more hip as a result. Another good one is "clean". All my code is bloated and messy, tbh.