The Tornado library for Python makes a fast async server that can host the static files. It is not used much, but scales really well (it is something between Flask and Django). I have deployed systems on the cloud easily and local as well (cross platform) and have had 10K concurrent users with a PostgreSQL db and the POSTGIS extension... in case you decide to explore other options.