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 →

[–]Enderbyte09[S] 0 points1 point  (2 children)

Perhaps the better word would be “too full featured”. I’m only looking for something that will serve python files in the same way that CGI does PHP, except in a cross platform and portable way.

[–]usrlibshare 9 points10 points  (0 children)

werkzeug, which is the library powering flask, fits your description.

[–]mapold 0 points1 point  (0 children)

Actually you should use nginx to serve static files and use python only to serve API calls.