Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!
Go to file
Florentin DUBOIS 34d8b93ce0
Merge pull request #1102 from sozu-proxy/use-std-time
Use std::time instead of crate time where possible
2024-04-29 12:31:20 +02:00
.github/workflows benchmark info logs in the CI 2024-03-15 12:07:49 +01:00
bin apply clippy suggestions 2024-04-29 12:18:07 +02:00
command use std::time instead of crate time 2024-04-24 17:30:51 +02:00
doc document configuration of custom HTTP answers 2024-04-05 13:42:07 +02:00
e2e Release v1.0.0 2024-04-16 09:50:16 +02:00
lib apply clippy suggestions 2024-04-29 12:18:07 +02:00
os-build Release v1.0.0 2024-04-16 09:50:16 +02:00
.dockerignore Update Docker image 2023-05-23 13:48:06 +02:00
.gitignore Update gitignore 2023-05-23 13:48:04 +02:00
.travis.yml update build scripts with the --locked flag 2022-12-01 11:20:08 +01:00
CHANGELOG.md doc(changelog): update typos 2024-04-16 10:37:24 +02:00
CODEOWNERS Remove @BlackYoup from code owners 2023-03-09 12:06:27 +01:00
CONTRIBUTING.md Remove mentions of sozuctl 2023-03-01 15:49:20 +01:00
Cargo.lock use std::time instead of crate time 2024-04-24 17:30:51 +02:00
Cargo.toml set dependency resolver to 2 2024-03-11 16:36:16 +01:00
Dockerfile Update Docker image 2023-05-23 13:48:06 +02:00
LICENSE Fix typos 2022-11-10 09:15:00 +08:00
README.md fix(readme): Define covered work interpretation #764 2023-08-30 17:16:08 +02:00
RELEASE.md update build scripts with the --locked flag 2022-12-01 11:20:08 +01:00
rust-toolchain bump rust-toolchain to 1.74.0 2024-03-11 11:42:18 +01:00

README.md

Sōzu · Join the chat at https://gitter.im/sozu-proxy/sozu Build Status

Sōzu is a lightweight, fast, always-up reverse proxy server.

Why use Sōzu?

  • Hot configurable: Sozu can receive configuration changes at runtime through secure unix sockets without having to reload.
  • Upgrades without restarting: Sozu is always-up, meaning it upgrades itself while still processing requests.
  • Handles SSL: Sozu handles SSL, so your backend servers can focus on what they do best.
  • Protects your network: Sozu protect backends by shielding them behind the reverse proxy, limiting direct network access. Sozu uses Rust, a language primed for memory safety. And even if a worker is exploited, sozu workers are sandboxed.
  • Optimize performance: Sozu can expose your web service over the Internet with HTTP/2 protocol even if your backend only supports HTTP/1.*. Your Web apps benefit from connection multiplexing using transparent HTTP/2 streams.

To get started check out our documentation !

Exploring the source

  • lib/: the sozu-lib reverse proxy library contains the event loop management, the parsers and protocols
  • bin/: the sozu executable wraps the library in worker processes, and handle dynamic configuration
  • command: the sozu-command-lib contains all structures to interact with Sōzu

License

Sozu itself is covered by the GNU Affero General Public License (AGPL) version 3.0 and above. Traffic going through Sozu doesn't consider Clients and Servers as "covered work" hence don't have to be placed under the same license. A "covered work" in the Licence terms, will consider a service using Sozu's code, methods or specific algorithms. This service can be a self managed software or an online service. The "covered work" will not consider a specific control plane you could have develop to control or use Sozu. In simple terms, Sozu is a Free and Open Source software you can use for both infrastructure and business but in case of a business based on Sozu (e.g. a Load Balancer product), you should either give back your contributions to the project, or contact Clever Cloud for a specific Business Agreement.

sozu-lib, sozu

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

sozu-command-lib

sozu-command-lib is released under LGPL version 3

Copyright (C) 2015-2023 Clever Cloud