CORBA called, they want their ideas back
Even in JS, the Meteor framework was basically created to implement this. Except they actually implement things like validation, because as much as one may want to unify both environments, the reality is that exposing all your methods to the outside world may have some pitfalls, to put it mildly.
Do we need a web API?
21–30 of 107 posts
Re: Do we need a web API?
#22Pouchdb/firebase/backend-as-a-services were supposed to be the answer to getting rid of CRUD apis. The problem is authorization and validation becomes really difficult if you don't have a backend that you can trust.
Re: Do we need a web API?
#23In my view you just replaced an explicit API built on top of known protocols, by a semi-magical implicit API. The problem of serialization, deserialization, versioning, endpoint design... They aren't an artifact, they're intrinsic to how Web apps are built. But yeah, for small projects I think this could be really neat.
Re: Do we need a web API?
#24CORBA called, they want their ideas back
Even in JS, the Meteor framework was basically created to implement this. Except they actually implement things like validation, because as much as one may want to unify both environments, the reality is that exposing all your methods to the outside world may have some pitfalls, to put it mildly.
Re: Do we need a web API?
#25Re: Do we need a web API?
#26The only feasible logical end to this is ASP, which was an interesting idea when it was launched 19 years ago
Re: Do we need a web API?
#27Earlier quoted context omitted.
Even in JS, the Meteor framework was basically created to implement this. Except they actually implement things like validation, because as much as one may want to unify both environments, the reality is that exposing all your methods to the outside world may have some pitfalls, to put it mildly.
What ever happened to Meteor? It was flavour of the month a few years ago, with many a frontend dev ranting about how great it was. Now seems to be forgotten about.
Plus, React came out and blew Meteor out of the water.
Re: Do we need a web API?
#28Earlier quoted context omitted.
Even in JS, the Meteor framework was basically created to implement this. Except they actually implement things like validation, because as much as one may want to unify both environments, the reality is that exposing all your methods to the outside world may have some pitfalls, to put it mildly.
What ever happened to Meteor? It was flavour of the month a few years ago, with many a frontend dev ranting about how great it was. Now seems to be forgotten about.
Re: Do we need a web API?
#29Re: Do we need a web API?
#30isn't this a weak ass version of RPC/gRPC? https://grpc.io/ - and thank God gRPC never took off the way Google hoped, it was pure ego and politics like the majority of OSS projects these days (in the web world)