This is a submission for the GitHub Finish-Up-A-Thon Challenge
Cover image contains modified NASA imagery. Credits to NASA and the original photographers. Vivae logo licensed under CC BY-NC-ND.
Overview
I built an extremely light, dependency-free Node.js framework for HTTP servers because I wanted a lighter framework with fewer dependencies and more built-in functionality than Express.js
The framework includes a plugin creation tool, supports both CommonJS and ESM all the way back to Node.js 16, and includes built-in TypeScript types. It also has a wildcard routing system and static serving,






