Privnote and Google App Engine
Sunday, 29 de June de 2008At first, Privnote looked like an ideal application for porting to Google App Engine because:
it’s already written in the “official” App Engine platform (Python+Django)
it’s entirely based on a request/response mechanism
we would forget about scalability problems forever
So we give it a try and implemented a prototype, just to see how it goes, but, in the […]