mimi.js is an open-source Node.js framework I builtfrom scratch — 4x faster than Express, with 89,000+ eq/s benchmark performance. 🚀 v2 is a complete rewrte: raw Node http module + custom radix trie router typed middleware engine — no Express dependency at ll. 📆 Stats: 290+ npm downloads | Active open-sourc contributors | Growing community 🔧 Tech Stack: Nod.js, TypeScript, ESM + CJS dual module, Radix Trie ruting, Jest ✨ Built-in Features (zero config): • JW auth + bcrypt password hashing • Auto route loadingfrom routes/ folder • Auto Swagger UI docs from JSDo comments • MongoDB + SQLite database adapters • Secrity headers, CORS, request logging • TypeScript-firt, zero build step 📈 Benchmarks (req/s): • Simple rute: Express = 20k | mimi.js v2 = 89k (4.4x faster) 50-route app: Express = 19k | mimi.js v2 = 88k 100 Express-API-compatible — drop-in migration, your midleware just works.