Eframix
A minimalistic Node.js framework inspired by Express.js, offering core routing, middleware, and JSON body parsing features with zero dependencies. Ideal for lightweight HTTP server applications.
npm i eframix
Lightweight
Zero dependencies for a minimal footprint and fast performance.
Express-Inspired
Familiar API for developers coming from Express.js background.
Middleware Support
Easily extend functionality with custom middleware.