GoogleCloudPlatform / webapp2

webapp2 is a framework for Google App Engine
https://webapp2.readthedocs.org
Other
142 stars 64 forks source link

ProtoRPC support? #128

Open nochristrequired opened 7 years ago

nochristrequired commented 7 years ago

More of a question than a bug - for webapp2 version 2.3, in webapp_extras there was a protorpc.py file which implemented protorpc remote / service_mapping for webapp2.

My existing application uses webapp2, protorpc has code for webapp and wsgi. I guess what I'm trying to accomplish is registering my protorpc remote.methods with my existing webapp2 application. Is there an easy way to accomplish this with the current version?

My existing application already has a webapp2.RequestHandler and webapp2.WSGIApplication and is running under AppEngine standard environment.