What are the missing features in App Engine?
i think fulltext search is very fundamental and essential thing for a web application . i put a lot of effort to bring fulltext search to my site.
what are things which are essential for a web application is not present in App Engine?
16 comments
[ 5.8 ms ] story [ 36.4 ms ] thread1) No threading. I feel they could find a way to sandbox these without hurting performance.
2) No support for the WebSocket API.
3) No support for Go. This one is a bigger mystery to me; seems like a win-win for the community and for Google.
Go isn't stable enough yet. There's a new release every month or so and weekly snapshot releases available.
For example I want to deploy an app on appengine for a user without asking him his userid and a password.
Use case: User comes to a site. Search for available applications to install. Click install; give permission, application installed to his appengine account.
2. A module for google checkout, I'm still trying to find a Python one for PayPal.
3. +1 For the HTTPS on custom domains
4. +1 To import and export databases
If only there was a way to loop through all instances and refresh/invalidate values.
Here's the project if you're interested: https://github.com/ocanbascil/Performance-AppEngine