colmugx / quickjs-ssr-demo

solidjs ssr, but with quickjs + actix-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickJS SSR

中文文章:《我早就想拿 QuickJS 做 SSR 了》

Usage

# build frontend
cd ssr
pnpm i
pnpm build && pnpm build:server

# build backend and run
cd ..
cargo run

then open http://localhost:8080 to view it in the browser.

Q&A

unsupported keyword: export

delete the last line in ssr/dist/server/entry-server.js

- export { render }

About

solidjs ssr, but with quickjs + actix-web

License:Apache License 2.0


Languages

Language:TypeScript 36.0%Language:Rust 33.3%Language:CSS 18.7%Language:HTML 12.1%