What native features would you or other people want that:
* Are missing from other web servers
* Are too painful to implement
* Are too slow or incomplete in other servers
Are there file system features/content or file execution capabilities that are missing or poorly implemented in other web servers that you would like?
So the idea behind this is that I can provision an cloud instance, set up the DNS link, drop the front end assets + configuration json+server file in a directory, and run the file and it should work without any big setup, with a given advantage that I can have
Generally, it should have a key/value store endpoint, which is backed by an in memory cache (set to a certain size) + disk offload, as well as ability to add to the database using JSON files.
Also, in the config json, it can be possible to specify a command to be run (in the spirit of the CGI frameworks), for a given endpoint with provided data.
It would be also nice to have integrated user auth. Im thinking that it auto injects JS code for the index.html page that creates a modal for either logging in or registering a new user, activated when someone clicks on a link, and then there would be a separate folder for "authorized" view pages that I can be viewed with the set cookie from the modal.
Would be nice if you could restrict resources with individual passwords too.
Bot and agent blacklisting and country blocking is pain in the ass.
Simple Variable Usage both environment or json/config ones and Configuration Includes will help a lot.