Skip to content

colmugx/quickjs-ssr-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published