๐๏ธ Welcome to Zuno
Zuno Framework Beta
Section titled โ Zuno Framework โ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++.
โจ Why Choose Zuno?
Section titled โโจ Why Choose Zuno?โ-
โก 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.
๐ง Built for Builders
Section titled โ๐ง Built for BuildersโWhether youโre crafting microservices, embedded systems, or full-stack web apps, Zuno gives you the tools to move fast and build with confidence.
#include <zuno/zuno.hpp>
void main(){ zuno::App app;
app.get("/", [](auto req, auto res) { res.send("Hello, world from Zuno!"); });
app.listen(3456);}
๐ Explore the Docs
Section titled โ๐ Explore the Docsโ- ๐ Quickstart Guide โ Launch your first Zuno app in minutes.
- ๐๏ธ Architecture Overview โ Understand how Zuno is built and how to extend it.
- ๐ TLS Integration โ Secure your endpoints with native TLS.
๐ฌ What Developers Are Saying
Section titled โ๐ฌ What Developers Are Sayingโโ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รก