https://github.com/fullsoak/bun-examples
example using FullSoak web framework on Bun
https://github.com/fullsoak/bun-examples
bunjs fullstack nobuild ssr web-framework
Last synced: 3 months ago
JSON representation
example using FullSoak web framework on Bun
- Host: GitHub
- URL: https://github.com/fullsoak/bun-examples
- Owner: fullsoak
- License: mit
- Created: 2025-02-06T02:10:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T02:30:42.000Z (about 1 year ago)
- Last Synced: 2025-10-20T01:32:52.317Z (7 months ago)
- Topics: bunjs, fullstack, nobuild, ssr, web-framework
- Language: TypeScript
- Homepage: https://fullsoak.onrender.com/app
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fullsoak examples on Bun
FullSoak is a no-build TypeScript fullstack SSR-first framework. This repo hosts
several examples using FullSoak.
WARNING: as the [FullSoak framework](https://jsr.io/@fullsoak/fullsoak) 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!
## Available commands
This repo is prepared for the Bun runtime.
Install Bun: https://bun.sh/docs/installation
### Start the example
```bash
PORT=3991 bun dev
```
Then head to `http://127.0.0.1:3991/app` to browse around.
### Run tests
```bash
bun test
```
## Other platforms
- Examples for Node.js runtime: https://github.com/fullsoak/nodejs-examples
- Examples for Deno runtime: https://github.com/fullsoak/deno-examples
- Examples for Cloudflare Workers:
https://github.com/fullsoak/cloudflare-workers-examples