Skip to content

Fulmine.jsThe drop-in Express 5 replacement

Same API, same middleware, same tests. Built on uWebSockets.js instead of node:http, up to 20x faster where the framework does the work.

Fulmine.js

One line

js
const express = require("fulmine.js"); // instead of require("express")
sh
npx fulmine.js create my-app        # a new project, with a Dockerfile that works
npx fulmine.js migrate              # an existing one: rewrite the imports, list what to check

Apache-2.0. A derivative work of Ultimate Express by @dimdenGD. Not affiliated with the Express.js project.