google app engine - How to host static html files on AppEngine? -
Is it possible to host static HTML websites on appAngine? And how does your domain name work with it?
I wrote a library to do this, and it works on AppEngine or any other server Which you want:
You throw your files in the directory, and it hosts them. It also supports the Jinja2 template, the URL rewrite and multiple domains.
Comments
Post a Comment