FullSoak is a no-build TypeScript fullstack SSR-first framework. This repo hosts several examples using FullSoak.
WARNING: as the FullSoak framework is still in an early development phase, breaking changes are expected. When in doubt, please feel free to open a PR / discussion. Thank you for your interest!
This repo is prepared for the Deno runtime.
Install Deno: https://docs.deno.com/runtime/getting_started/installation/
PORT=3991 deno task dev
Then head to http://127.0.0.1:3991/app
to browse around.
deno task test
- Examples for Node.js runtime: https://github.com/fullsoak/nodejs-examples
- Examples for Bun runtime: https://github.com/fullsoak/bun-examples
- Examples for Cloudflare Workers: https://github.com/fullsoak/cloudflare-workers-examples