COMP 405
Spring 2014

GAE Cloud Endpoints

Home  Info  Owlspace  Java Resources  Eclipse Resources  SharePoint  Piazza

Endpoints enable simplified client access to a web application's processing services.    An application-specific client library is used to directly access defined methods in the web application without having to make explicit network calls.  Based on server code annotations, a client library can be auto-generated.   Curently, only Javascript, iOS, and Android clients are supported. 

References:


© 2013 by Stephen Wong