I am new in web development with python and flask and mongodb database. What I see is that everybody advises to use Apache to serve files because it's more efficient. But what if I store all my files in MongoDB using GridFS? In this case I do not serve my files by Apache anymore but directly by flask, is it the wrong thing to do? Thanks
问问题
379 次