mimi.js
mimi.js Node.js framework built for speed
mimi.js is a Node.js web framework that emphasizes high performance while remaining compatible with Express APIs. It supports both JavaScript and TypeScript, allowing developers to write route handlers and middleware in their preferred language. The framework includes built‑in utilities such as JWT authentication, bcrypt password hashing, and singleton database adapters for MongoDB (via Mongoose) and SQLite (via Sequelize), simplifying common backend tasks.
A distinctive feature is its automatic route loading: any file placed in a routes/ directory is discovered and mounted at startup without manual imports or wiring, working with both CommonJS and ES modules. Documentation is generated automatically from JSDoc comments, exposing a Swagger UI at /api-docs without additional configuration. The plugin system lets applications extend functionality by registering asynchronous plugins for services like databases or third‑party integrations.
Benchmarks cited on the homepage show the framework handling roughly 89 k requests per second on simple routes, maintaining similar throughput with up to fifty routes, which is presented as several times faster than Express. The design targets developers who need a fast, TypeScript‑first stack with minimal setup overhead and integrated authentication, database, and documentation tooling.
Reviews
Loading reviews…
Similar apps

DevOps & Infrastructure
Ottabase: The Solo Founders' Framework
Ship in days, not months. Cloudflare-native SaaS monorepo.

AI Coding Agents
Agent Express
Middleware framework for AI agents - Express.js for LLMs

DevOps & Infrastructure
Cloudflare Workers
Serverless platform for running JavaScript, WebAssembly, and other code at Cloudflare's edge.
DevOps & Infrastructure
Appwrite
End to end backend server for web, native, and mobile developers 🚀.

DevOps & Infrastructure
MedusaJs
Headless commerce engine that enables developers to create amazing digital commerce experiences.

Network & Connectivity
Nhost
Open-source backend platform for building full‑stack web apps with GraphQL, authentication, and file storage.