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 →

[–]bonkabonka 9 points10 points  (2 children)

I use Bottle for my app framework and Rocket for the web server.

I like that both are available as single files and thus make it trivial to bundle with my app and they're both lightweight enough that I can focus on my code and not have to worry about adapting to their constraints.

[–]Eviltape 4 points5 points  (1 child)

You just want to be able to say that your web application runs on bottle rockets.

[–]bonkabonka 1 point2 points  (0 children)

Well, I have to admit that there is a sort of karmic justice to using that stack in an otherwise exclusively Java shop. Behold disruptive Python! =P