Crates
/
fission-shell-server
fission-shell-server
v0.10.0
Server-side web shell for revalidated Fission routes, cache pipelines, workers, and islands
Install
cargo add fission-shell-server
Copy
Platform support
Declared by the crate author and captured when this directory was generated.
Android
Not declared
iOS
Not declared
Linux
Not declared
macOS
Not declared
Windows
Not declared
Web
Not declared
Terminal
Not declared
Static site
Not declared
Server-rendered
Supported
Package metadata
crates.io
View package
Documentation
Not provided
Repository
Open link
License
MIT
Latest version
0.10.0
Downloads
314
Last updated
2026-08-02T15:39:37.263280Z
Categories
web-programming
web-programming::http-server
Keywords
fission
islands
server-rendered
ssr
web
Published versions
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.3
0.6.2
0.6.1
0.5.1
0.5.0
0.4.1
Dependencies
Dependency metadata is not indexed yet.
README

fission-shell-server

Server-side web shell for Fission applications.
This crate renders normal Fission widget trees to HTTP responses while keeping server work aligned with Fission concepts: routes, jobs, actions/reducers, services, cache policies, progressive browser workers, and focused WebAssembly islands. It is the shell used by fission server and by server-rendered Fission apps that need static pages, revalidated pages, private session pages, and small browser-side enhancements without switching to a separate web component model.
Most applications should depend on the public fission facade with theserver feature instead of depending on this crate directly:
[dependencies]
fission = { version = "0.10.0", features = ["server"] }

Enable adapter features through the facade when you want to host the renderer inside an existing HTTP stack:
[dependencies]
fission = { version = "0.10.0", features = ["server", "server-axum"] }

See the guides and reference at https://fission.rs for the server app model, security controls, fission.toml options, browser islands, cache pipelines, and Docker packaging workflow.
README

fission-shell-server

Server-side web shell for Fission applications.
This crate renders normal Fission widget trees to HTTP responses while keeping server work aligned with Fission concepts: routes, jobs, actions/reducers, services, cache policies, progressive browser workers, and focused WebAssembly islands. It is the shell used by fission server and by server-rendered Fission apps that need static pages, revalidated pages, private session pages, and small browser-side enhancements without switching to a separate web component model.
Most applications should depend on the public fission facade with theserver feature instead of depending on this crate directly:
[dependencies]
fission = { version = "0.10.0", features = ["server"] }

Enable adapter features through the facade when you want to host the renderer inside an existing HTTP stack:
[dependencies]
fission = { version = "0.10.0", features = ["server", "server-axum"] }

See the guides and reference at https://fission.rs for the server app model, security controls, fission.toml options, browser islands, cache pipelines, and Docker packaging workflow.
Package metadata
crates.io
View package
Documentation
Not provided
Repository
Open link
License
MIT
Latest version
0.10.0
Downloads
314
Last updated
2026-08-02T15:39:37.263280Z
Categories
web-programming
web-programming::http-server
Keywords
fission
islands
server-rendered
ssr
web
Published versions
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.3
0.6.2
0.6.1
0.5.1
0.5.0
0.4.1
Dependencies
Dependency metadata is not indexed yet.