KatWebX Save Abandoned

An extremely fast static web server and reverse proxy for the modern web.

Project README

KatWebX Build status Build Status Percentage of issues still open Average time to resolve an issue

An extremely fast static web-server and reverse proxy for the modern web. More info is available on KatWebX.kittyhacker101.tk.

Important Info

KatWebX is still a work in progress, and you may encounter issues. KatWebX is not well tested, production use is not recommended! Some releases are more stable than others, anything from the releases page is likely to be far more stable than the current code in the git repository.

Interested in the project? You can help fund KatWebX's development by donating to the Bitcoin address 1KyggZGHF4BfHoHEXxoGzDmLmcGLaHN2x2.

Release Schedule

Approximate dates for the release of KatWebX are listed below.

  • October - Evaluation releases, containing all features being fully implemented, and a somewhat performant and readable codebase. No functionality changes will be made between now and the release, only performance optimizations, code cleanup, and bug fixes will be implemented at this time. Evaluation releases are intended for testing how well KatWebX functions in a production environment, but they are not intended for use in large-scale deployments or critical systems.
  • November - A fully-functional, production-ready, 1.0 release will be finished and packaged. Additional updates will only add minor functionality changes, focusing mostly on performance improvments and bug fixes.

Known issues (as of this document's writing)

  • Evaluation release 2 can't reverse proxy URLs with special characters in them. This has been fixed in the latest git version, and will be patched in the next release.
  • Evaluation release 2's file listing doesn't properly escape URLs with special characters. This has been fixed in the latest git version, and will be patched in the next release.
  • Evaluation release 2 doesn't implement HTTP to HTTPS redirects properly for all clients. This has been fixed in the latest git version, and will be patched in the next release.

Current Features

  • Easy to read TOML configuration
  • Flexible configuration parsing
  • Regex-based redirects
  • Compressed regex-based reverse proxy
  • HTTP basic authentication
  • Extremely fast file serving
  • Brotli file compression
  • Systemd/systemfd socket listening
  • On-the-fly config reloading
  • HSTS support
  • SNI and OCSP response stapling
  • High performance HTTP/2 and TLS 1.3
  • Multiple logging formats
  • Material design server-generated pages

Possible Features (probably won't be implemented soon, but a possibility in the future)

  • Let's Encrypt integration (Difficult but practical to implement, possible in the future)
  • Caching proxy (Currently very difficult to implement, unlikely to be implemented in the near future)
  • Advanced load balancer (May be implemented in the future)
  • Websocket reverse proxying (May be implemented in the future)
  • Support for more architectures (Likely to be implemented eventually, requires dependencies to be updated)

Unlikely features (will not be implemented soon or at all)

  • QUIC support (The underlying HTTP library (actix-web) doesn't support it, and only 1 browser supports it out of the box. Until it gets more adoption, I'm not going to put effort into adding it myself.)
  • CGI/FastCGI support (There are no existing client libraries for Rust, and there's no real reason to implement it anyways. HTTP/2 can do everything that FastCGI does, and KatWebX has an HTTP/2 capable reverse proxy built-in.)
  • SPDY support (SPDY is dying, as it's being replaced by HTTP/2. KatWebX has full support for HTTP/2.)
  • TLS 1.1 or older (All recent browsers support TLS 1.2 or higher, and these older TLS protocols are very insecure.)
  • Documentation in other languages (I don't know any other languages, and I don't have the resources to hire a translator.)
Open Source Agenda is not affiliated with "KatWebX" Project. README Source: katattakd/KatWebX
Stars
41
Open Issues
1
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating