binserve
binserve copied to clipboard
A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.
- https://lwn.net/Articles/542629/ - Ref: https://github.com/actix/actix-web/issues/91 - Ref: https://actix.rs/actix-web/actix_web/struct.HttpServer.html#method.listen
_Waiting reproducible test case._
Currently index files are assumed to be files starting with `index` and ends with `.html` or `.htm`, this should be configurable. Along with that, there should be an option to...
Every function in the configuration file should be documented in detail as to what it does and how it works, currently it's just a dump of the JSON file and...
Currently for convenience, a configuration file is generated on the first run and is always consumed from the same working directory as the binary is executed. This implementation was to...
binserve seems really great but I really wish it were a bit easier to use: 1. It would be really great to be able to just do `binserver --auto-self-signed-tls --dir...
Hi It would be great if you add a production-ready Dockerfile Thanks
Hi, I have a static web app generated from nuxt. Problem: When I press a reload button I get an Error 404. This only happens in binserve **windows**. With the...
Thanks for the project, it is really awesome! Right now, the configuration file is hardcoded to be read from the current directory. Sometimes it becomes necessary to run `binserve` from...