TypeScript / Node.js
Fusion Framework for TypeScript and Node.js
Overview
Node.js bindings use the same Rust core as Python. DX mirrors Python: FusionApp, route / router, middleware, status, and settings.
Handlers use this.params / this.query / this.body / this.state — there is no Python-style signature parameter injection.
Package: fusion-framework (npm) from crates/fusion-node.
Guides in this section
| Page | Topic |
|---|---|
| Getting started | Install, scaffold, first server |
| Router | route / router, path tokens, responses |
| Config | fusion.<env>.json and settings |
| Middleware | Global + route middleware |
Shared concepts
Routing, JSON env files, and middleware match the Python guides. OpenAPI/Swagger for Node is lighter than Python in the current release.