> On Mar 22, 2015, at 1:34 PM, Alan D. Cabrera <l...@toolazydogs.com> wrote: > > >> On Mar 22, 2015, at 1:28 PM, Daniel Gruno <humbed...@apache.org >> <mailto:humbed...@apache.org>> wrote: >> >>> One thing I’d like to ask you is what do you think about Flask? It’s a >>> fast, super easy, way to setup Python based websites and REST APIs. Maybe >>> what I can do is transliterate your site into Flask so you can judge for >>> yourself if this is the way to go. >> >> I think both options (CGI + Flask) should be available for people to choose >> from. That's part of the reason for moving the form data and response stuff >> away from the scripts. The scripts should work regardless, and the library >> should figure out how it all runs :) >> ...if that's possible > > Flask works under CGI and UWSGI. I’ll transliterate your code and you’ll see > how much cleaner the web gets. Also, the other “stuff” that’s still around > will be likely candidates for the shared library in steve-base.
P.S. if you still don’t like it we can trash it; no worries there. Regards, Alan