Re: [google-appengine] AppEngine Query from your browser

2010-04-07 Thread Nick Johnson (Google)
Hi Dhruv, While this is an interesting project, providing direct access to the datastore from client-side code has very serious security implications. Any user can manipulate your data in any way, exposing private user data, modifying data, or erasing it. -Nick Johnson On Wed, Apr 7, 2010 at

[google-appengine] AppEngine Query from your browser

2010-04-06 Thread dhruvbird
Hello all, I was just trying out some stuff and managed to get data store query working from javascript on the browser. http://gaequery.appspot.com/ So, I made an appspot app. for demonstrating that. You can now write applications entirely in Javascript(with custom server side code for auth.