CogitatorTech/helium
A micro web framework for Zig (WIP)
Helium is a small, configurable web framework for the Zig programming language. It aims to provide the essential building blocks needed for creating fast web applications and services in Zig without getting in the way of your application's logic.
Helium follows a micro-framework design philosophy with a small core feature set that can be extended via optional middleware and utilities. It aims to be lightweight and easy to use but still be able to provide the necessary building blocks for building complex web applications by allowing users to compose their applications from reusable components.
See the ROADMAP.md for the full list of implemented and planned features.
IMPORTANT Helium is in early development, so bugs and breaking changes are expected. Please use the issues page to report bugs or request features.
To be added.
Check out the docs directory for Helium documentation, including the API reference.
Check out the examples directory for example usages for various Helium features.
See CONTRIBUTING.md for details on how to make a contribution.
Helium is licensed under the MIT License (see LICENSE).