Hey Vijay, Cloud Endpoints are a great solution for implementing a REST API which follows best-practices and allows OAuth security, etc. Any performance implications need to be profiled and measured by yourself. From a completely unscientific guess, I'd say it's about as efficient as other XHR / API javascript libraries, although once again remember you'll need to test and this is just based on my gut feelings and having used Endpoints quite a lot, observing the milliseconds per request. If you have very rigorous performance requirements you'll need to do performance validation of your own to be confident.
On Tuesday, September 29, 2015 at 2:50:42 AM UTC-4, vijay kumar wrote: > > We are developing the application which supports both mobile and web > application in google app engine. Most of the things are developed using > google cloud endpoints, is there any performance effect using the endpoints > in web applications. As an average we are using 10-15 endpoints in browser > web page using google javascript endpoint library. these endpoints need to > refresh data from server for certain interval of time. Is it causes > performance effect. > > > Could you please suggest us, is there any better and securely implement > applications which support both mobile and web application. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e2d3a516-3453-49d4-a8b5-9480a456816b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
