nzx9 / sozu

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!

Home Page:https://www.sozu.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
  • 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.

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

Copyright (C) 2015-2021 Geoffroy Couprie, Clément Delafargue and Clever Cloud

sozu-lib, sozu and sozuctl

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

About

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!

https://www.sozu.io/

License:GNU Affero General Public License v3.0


Languages

Language:Rust 99.7%Language:Shell 0.3%Language:Dockerfile 0.0%Language:HTML 0.0%