I've been googling for Google App Engine Backends code samples but I found nothing. Does anyone know where can I find a tutorial or something?
Thanks.
|
I've been googling for Google App Engine Backends code samples but I found nothing. Does anyone know where can I find a tutorial or something? Thanks. |
||||
|
|
|
What in particular are you confused about? The backends documentation is fairly complete, and there's nothing particularly special about writing code for backends (except as documented there): You simply define request handlers as per usual. It's just like writing a standard webapp, except without a time limit on requests (and the warmup request is guaranteed). |
|||||||||
|