pingoo is a free, open source api development & testing project written in Rust and released under MIT. It has 1,033 GitHub stars, 43 forks and 22 open issues, and was last pushed 2 months ago. On this registry it ranks #117 of 154 tracked projects in API Development & Testing, with 5 head-to-head comparisons available.

Pingoo logo

Pingoo

The fast and secure Load Balancer / API Gateway / Reverse Proxy with built-in service discovery, GeoIP, WAF, bot protection and much more

Documentation | Read the launch post

Open Source load balancers and reverse proxies are stuck in the past century with a very slow pace of development and most of the important features reserved for "Enterprise Editions" which lead developers to use third-party cloud services, exposing their users' traffic to legal, security and reliability risks.

Pingoo is a modern Load Balancer / API Gateway / Reverse Proxy that run on your own servers and already have (or will have soon) all the features you expect from managed services and even more. All of that with a huge boost in performance and security thanks to reduced latency and, of course, Rust ;)

  • Automatic and Post-Quantum HTTPS / TLS
  • Service Discovery (Docker, DNS...)
  • Web Application Firewall (WAF)
  • Easy compliance because the data never leaves your servers
  • Bot protection and management
  • TCP proxying
  • GeoIP (country, ASN)
  • Static sites
  • And much more

Quickstart

# You have a static site in the www folder
$ ls www
index.html
$ docker run --rm -ti -p 80:80 -v `pwd`/www:/var/wwww pingooio/pingoo
# Pingoo is now listenning on http://0.0.0.0

Documentation

See https://pingoo.io

Social

Follow us on Bluesky @pingoo.io and on Mastodon @[email protected] to get the latest updates and technical deep dives 🦀⚡️

Contributing

Please open an issue to discuss your idea before submitting a Pull Request.

AI-assisted contributions must be disclosed.

Support

Do you have custom needs? Do you want your features to be prioritized? Are you under attack and need help? Do you need support for deploying and self-hosting Pingoo?

Feel free to reach our team of experts to see how we can help: https://pingoo.io/contact

Security

We are committed to making Pingoo the most secure Load Balancer / Reverse Proxy in the universe and beyond. If you've found a security issue in Pingoo, we appreciate your help in disclosing it to us in a responsible manner by contacting us: https://pingoo.io/contact

License

MIT. See LICENSE.txt

Forever Open Source, no Open Core or "Enterprise Edition".

Frequently asked questions

Is pingoo free to use?

pingoo is open source under the MIT licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does pingoo do?

The fast and secure Load Balancer / API Gateway / Reverse Proxy with built-in service discovery, GeoIP, WAF, bot protection and much more - https://pingoo.io

What is pingoo written in?

pingoo is primarily written in Rust. Its source is publicly available at https://github.com/pingooio/pingoo, and it has 1,033 GitHub stars.