On Mon, Oct 13, 2014 at 1:07 PM, Todd Thomas <[email protected]> wrote:
> Q: What is the best (supported, documented, *scalable*, most widely-used, > etc.) framework to use with GAE? > Q: Are there some other pieces of this puzzle I might be missing? > This is the type of question where there's no right choice, but more of a personal opinion. As others have said previously, use whatever you feel comfortable with. Personally I use webapp2 as my preferred Python framework but that's merely preference rather than a thought-out conscious decision. You bolded the word "scalable" in your original post, so I assume you're concerned about scaling. Pretty much any widely used Python framework will scale well if appropriately used. As for "some other pieces of this puzzle I might be missing" - not especially. If you're concerned about a specific issue feel free to post a question about it, but any missing pieces/questions you may have should be addressed by the App Engine docs. ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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. For more options, visit https://groups.google.com/d/optout.
