Crates
/
fission-command-server
fission-command-server
v0.10.0
Fission CLI server shell command implementation
Install
cargo add fission-command-server
Copy
Platform support
Declared by the crate author and captured when this directory was generated.
Android
Not declared
iOS
Not declared
Linux
Supported
macOS
Supported
Windows
Supported
Web
Not declared
Terminal
Not declared
Static site
Not declared
Server-rendered
Not declared
Package metadata
crates.io
View package
Documentation
Not provided
Repository
Open link
License
MIT
Latest version
0.10.0
Downloads
673
Last updated
2026-08-02T15:07:33.130797Z
Categories
command-line-utilities
web-programming::http-server
web-programming
Keywords
cli
fission
server
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.6.0
0.5.1
0.5.0
Dependencies
Dependency metadata is not indexed yet.
README

fission-command-server

Implementation crate for the fission server command group.
The public developer interface is the fission binary published by thecargo-fission crate. This internal crate is split out so the CLI can keep server-specific build, check, route listing, serve, and browser-artifact logic separate from platform run/package commands.
fission server drives server-rendered Fission projects by invoking the project's configured server entrypoint, building route-local browser worker and island artifacts, running route checks, listing routes, and starting the local server used during development.
Install the CLI with:
cargo install cargo-fission

Then use it as:
fission server check --project-dir .
fission server serve --project-dir .
fission server build --project-dir . --release

See https://fission.rs for the full server workflow and configuration reference.
README

fission-command-server

Implementation crate for the fission server command group.
The public developer interface is the fission binary published by thecargo-fission crate. This internal crate is split out so the CLI can keep server-specific build, check, route listing, serve, and browser-artifact logic separate from platform run/package commands.
fission server drives server-rendered Fission projects by invoking the project's configured server entrypoint, building route-local browser worker and island artifacts, running route checks, listing routes, and starting the local server used during development.
Install the CLI with:
cargo install cargo-fission

Then use it as:
fission server check --project-dir .
fission server serve --project-dir .
fission server build --project-dir . --release

See https://fission.rs for the full server workflow and configuration reference.
Package metadata
crates.io
View package
Documentation
Not provided
Repository
Open link
License
MIT
Latest version
0.10.0
Downloads
673
Last updated
2026-08-02T15:07:33.130797Z
Categories
command-line-utilities
web-programming::http-server
web-programming
Keywords
cli
fission
server
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.6.0
0.5.1
0.5.0
Dependencies
Dependency metadata is not indexed yet.