FusionFusion

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

PageTopic
Getting startedInstall, scaffold, first server
Routerroute / router, path tokens, responses
Configfusion.<env>.json and settings
MiddlewareGlobal + 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.

На этой странице