Would you build a pure client-side JavaScript App using Pageforest?
1–10 of 43 posts
Re: Would you build a pure client-side JavaScript App using Pageforest?
#2Re: Would you build a pure client-side JavaScript App using Pageforest?
#3I don't think so. Also, since we're at it (I took some time to read the whole frontpage) "(GET, PUT, and POST)" are standard HTTP (not HTML) methods.
Re: Would you build a pure client-side JavaScript App using Pageforest?
#4Re: Would you build a pure client-side JavaScript App using Pageforest?
#5Re: Would you build a pure client-side JavaScript App using Pageforest?
#6Off the top of my head the biggest early concern I'd have would be how are you going to handle server side validation, since relying solely on client side validation is pretty much just as good an no validation at all. Especially complex validation involving multiple fields. The next would be interacting with things like third party APIs that have access keys that need to be protected or just can't be accessed from the client (because they don't offer a JSONP interface).
Re: Would you build a pure client-side JavaScript App using Pageforest?
#7I don't see any mention of database. If you can't save or retrieve records that's kind of limiting, no?
What Services does Pageforest Provide? Cloud-based Document Storage - Each Pageforest user is given storage for their own document collection in the Cloud. When a user authorizes your application, your App can create and store documents to the user's collection.
Re: Would you build a pure client-side JavaScript App using Pageforest?
#8I don't think so. Also, since we're at it (I took some time to read the whole frontpage) "(GET, PUT, and POST)" are standard HTTP (not HTML) methods.
Oops. Thanks - I'll correct that. Any elaboration on why this service would or would not appeal to you?
Relying on the the platform to handle the user authentication and document storage is something I wouldn't be comfortable with, though I'd use it as an option (as facebook connect, google or any other authentication service out there).
In general, I think this would have been a hit 5 years ago. Now, with services like heroku, phpfog, app engine, even github having free plans, the "hosting" part seems to be solved, and something pretty similar can be done these days with some sparkle from FB Connect and a bit of rails/php for the client side storage.
Don't get me wrong, I like this kind of services because [I think] they push innovation in different directions. It's just that I think there are a few pretty well stablished and provide similar (or equivalent) functionality and I just don't see any obvious advantage between this service and the others, though I see a few drawbacks.
Re: Would you build a pure client-side JavaScript App using Pageforest?
#9I don't see any mention of database. If you can't save or retrieve records that's kind of limiting, no?
quoting: What Services does Pageforest Provide? Cloud-based Document Storage - Each Pageforest user is given storage for their own document collection in the Cloud. When a user authorizes your application, your App can create and store documents to the user's collection.
They asked for comment and I think they need to be more specific that's all. If they're using the GAE db imho they should say so.
Re: Would you build a pure client-side JavaScript App using Pageforest?
#10I don't see any mention of database. If you can't save or retrieve records that's kind of limiting, no?