Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PyConTW 2013 Lightning Talk: Bottle vs. Startup

joe
May 25, 2013

PyConTW 2013 Lightning Talk: Bottle vs. Startup

微議程之「微框架 vs. 微創業」

joe

May 25, 2013
Tweet

More Decks by joe

Other Decks in Programming

Transcript

  1. Intro. • Micro Web framework • Single file (3000+) •

    WSGI • No dependencies other than STD • Routing / Template / Utilities for http-related access • Lack of ORM, session management support ...
  2. Dynamic Routes Static Files Error pages Redirect Status code Headers

    Cookies Templates Plugins Mount request / response And ...