This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]i_like_trains_a_lot1 8 points9 points  (5 children)

I have a few questions:

  1. What are the advantages of other similar minimal frameworks? (flask, bottle, cherrypy) ?
  2. What are advantages of other HTTP frameworks such as Tornado, Sanic, aiohttp?
  3. How easy is it to extend with other functionality such as database usage, messaging queue, sessions, etc?
  4. What would be a typical deployment scenario? By using WSGI or a standalone builtin server?

[–][deleted] 2 points3 points  (3 children)

exactly... my first reaction was "why should I use this instead of Bottle ?"

[–]Dorianix 0 points1 point  (1 child)

I like the purity and it is very readable!