zarf icon indicating copy to clipboard operation
zarf copied to clipboard

Fast, Bun-first Web API framework with full Typescript support.

Results 6 zarf issues
Sort by recently updated
recently updated
newest added

Thanks for Zarf, looks cool! 🙌 Quick PR to fix the casing of TypeScript and macOS

Make Zarf adaptable to different JS runtimes (Node.js, Deno, Cloudflare, etc.) - [x] Bun.js - Separate out the Bun.js server as an adapter - [ ] Deno - [ ]...

Improve server instantiation process, and allow for more configurations Allow for options like - [ ] SSL/TLS - [x] Shutdown - [x] App naming Refer: https://github.com/oven-sh/bun/tree/main/examples

enhancement

- Add a unified interface for all sorts of `key-value` stores - Add a `in-memory` session store, to demonstrate the interface and support basic in memory storage ### Implementation Details...

Take useful configurations to change the behaviour of the `BunTea` instance ``` ts interface BunTeaConfig { appName?: string serverHeader?: string strictRouting?: boolean errorHandler?: (ctx: AppContext, error: Errorlike) => Response |...

enhancement
0.0.1-alpha.next