rexprs
v0.1.0
Published
Blazing-fast Express.js-style web framework powered by Rust
Maintainers
Readme
🦀 rexprs – An Express.js Alternative Written in Rust
rexprs is a blazing-fast, Express-like web framework for Node.js developers, powered by Rust.
It offers the same familiar Express API but with the speed and safety of Rust – no need to install Rust on your machine!
🚀 Why rexprs?
- ✅ Same API as Express.js
- ⚡ Rust performance
- 🧠 Zero learning curve for JS/TS developers
- 📦 Install via NPM, run in Node or Bun
- 🔗 Built using N-API for seamless integration
📦 Installation (coming soon)
npm install rexprs
