Skip to content

Commit d3e8022

Browse files
committed
docs: expand SSC doc with description
1 parent e07857c commit d3e8022

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/articles/guide/ssc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Server Side Computed
22

3+
SSC mode runs most application logic on the server while the browser loads a lightweight Wasm bundle to hydrate server-rendered HTML. The server and client keep state synchronized through a persistent WebSocket connection.
4+
5+
## How to enable
6+
37
The project manifest (`rfw.json`) can declare the build type. Projects scaffolded with `rfw init` set it to `ssc` by default to enable Server Side Computed builds.
48

59
```json

0 commit comments

Comments
 (0)