Skip to content

๐Ÿ–๏ธ Welcome to Zuno

The modern C++ web framework youโ€™ve been waiting for.
Zuno combines the raw power of native code with the elegance of modern web development.
Build secure, modular, and lightning-fast applications โ€” all in C++.

Get Started
  • โšก Blazing Fast
    Powered by Asio standalone, Zuno delivers zero-overhead async performance that leaves traditional frameworks in the dust.

  • ๐Ÿ” Secure by Design
    TLS support is built-in from the ground up. No hacks. No wrappers. Just clean, native security.

  • ๐Ÿงฉ Expressive API
    Inspired by Express.js, Zuno gives you a clean, intuitive interface โ€” but in modern C++.

  • ๐Ÿ› ๏ธ Modular & Scalable
    Architect your app with reusable modules and scale effortlessly as your needs grow.

  • ๐Ÿ“ฆ Lightweight & Portable
    No bloated dependencies. Just you, Asio, and the open road.


Whether youโ€™re crafting microservices, embedded systems, or full-stack web apps, Zuno gives you the tools to move fast and build with confidence.

main.cpp
#include <zuno/zuno.hpp>
void main(){
zuno::App app;
app.get("/", [](auto req, auto res) {
res.send("Hello, world from Zuno!");
});
app.listen(3456);
}


โ€œZuno gave us the performance of native code with the flexibility of a modern web framework. Itโ€™s a game-changer for C++ developers.โ€
โ€” Elena M., Systems Engineer, Bogotรก


Start with Zuno