You want me to hand over my entire backend infrastruture to your company and be entirely limited by your capabilites and rewrite my app specifically for your system? Seriously? Are there people actually interested this? Who's the target audience? (I hope you don't say backend developers)
Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
21–30 of 38 posts
Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#22"And then, the realization: 'let’s build the picks and shovels, instead of panning for gold.'" Something about this line really irked me. Not really the kind of thing I'd want to read as a potential customer.
Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#23Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#24This is how Meteor works from what I understand, and we've had to build this ourselves on top of Backbone for Post.fm. Perhaps we're a special case, but something tells me that the infrastructure of the future is not RPC calls but data-sync. (I guess MS Exchange is one of the first large examples of this).
Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#25I love how using the term "serverless" for a backend provider immediately confuses me about the actual product. Win?
Although I agree with your point, it didn't confused me at all. I've clearly understood that it was "serverless" in the sense that I don't have to build the server.
Just reading the headline, it makes me think that they've somehow built a P2P "serverless" framework for hosting a mobile app. Which does sound intriguing to me, but it's not what they're offering.
Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#26I have no problem with these new backend as a service providers. Parse, FireBase, Spire.io, etc. The problem I have is what happens when you have all your data hosted with them and they go away. You are stuck either rebuilding the same API they had or migrating to another provider. That said I have used Parse and it is amazing at how fast you can get up and running. I will definitely be giving Parse a good look when…
That's not the end of the world, though it does influence which of these providers I choose. For example, I feel more comfortable building on Parse because I'm fairly confident that they won't disappear without some warning. I think it's a trust barrier you have to break through to become successful in this particular market.
Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#27From giving Spire and Freebase a quick glance, none of these services seem to be designed to work in offline mode. What I'd love to see is a different kind of architecture: a server-less app with its local database (websql or indexedDB) which syncs with a server-side database instead of making RPC style calls. ie disconnected mode of operation with syncing when online. This is how Meteor works from what I understand,…
I've been beating this drum for years, but it feels awfully lonely...
Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#28I have no problem with these new backend as a service providers. Parse, FireBase, Spire.io, etc. The problem I have is what happens when you have all your data hosted with them and they go away. You are stuck either rebuilding the same API they had or migrating to another provider. That said I have used Parse and it is amazing at how fast you can get up and running. I will definitely be giving Parse a good look when…
One thing I like about Parse is that they explicitly support data portability. Of course, that is only the data you're getting, so you are correct in that you would have to reimplement the API if you wanted to move away seamlessly. That's not the end of the world, though it does influence which of these providers I choose. For example, I feel more comfortable building on Parse because I'm fairly confident that they w…
As far as building trust goes, we plan to automate the process of exporting your data soon, but until then we will provide it upon request at any point.
We also stick to open standards and open source software wherever possible so that your code is not dependent on any proprietary technology from us or anyone else. Our own server code is based completely on widely supported open source projects, ranging from Node to Redis.
Finally, we are open sourcing our own stack as aggressively as we can and already offer limited licenses to firms that are concerned about being dependent on our code.
In short, we're doing everything we can to ensure that you are never "locked in" to our technology or any one else's. Our goal is keep innovating so that you don't want to use another solutions.
Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#29From giving Spire and Freebase a quick glance, none of these services seem to be designed to work in offline mode. What I'd love to see is a different kind of architecture: a server-less app with its local database (websql or indexedDB) which syncs with a server-side database instead of making RPC style calls. ie disconnected mode of operation with syncing when online. This is how Meteor works from what I understand,…
Re: Spire.io: A New Platform For Serverless Apps That Work On Web & Mobile
#30From giving Spire and Freebase a quick glance, none of these services seem to be designed to work in offline mode. What I'd love to see is a different kind of architecture: a server-less app with its local database (websql or indexedDB) which syncs with a server-side database instead of making RPC style calls. ie disconnected mode of operation with syncing when online. This is how Meteor works from what I understand,…
RPC is an anti-pattern. I've been beating this drum for years, but it feels awfully lonely... http://news.ycombinator.com/item?id=2317568 http://news.ycombinator.com/item?id=2972345