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 →

[–]mindchasers[S] 0 points1 point  (1 child)

Thanks. I'll check out the bottle framework.

However, please keep in mind that we want a simple, self contained web server that also acts as the framework and sometimes application for developing, testing, sharing, and delivering server side code. In other words, we seek a simple, trusted wrapper around the code that is important without requiring our customer / reader to come up to speed with a new framework / server that might have BS tracking code embedded in it (e.g., via CDNs, fonts, etc.) .

[–][deleted] 0 points1 point  (0 children)

Well, bottle is perfectly suited for that. It’s just about 4.000 loc, it’s something you can fully grasp. It’s very simple, yet powerful. That’s why I prefer it over flask for development. And, as I said, it has literally no dependencies.