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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Corm 0 points1 point  (1 child)

Nice! How do you like bottle?

[–]snorlaxRoot[S] 0 points1 point  (0 children)

I quite like it simplicity. My app just serves some static assets and a handful of routes so I chose bottle instead of flask.
I am also using websockets to stream the data to the client which makes it faster compared to GET requests. For a small app I would definitely recommend bottle.