GitHub – honojs/hono: Ultrafast web framework for Cloudflare Workers. Fast, but not only fast.

Features Ultrafast – the router does not use linear loops. Zero-dependencies – using only Service Worker and Web Standard API. Middleware – built-in middleware and ability to extend with your own middleware. TypeScript – first-class TypeScript support. Optimized – for Cloudflare Workers. Benchmar…

GitHub – vobyjs/voby: A high-performance framework with fine-grained observable-based reactivity for building rich applications.

Voby A high-performance framework with fine-grained observable-based reactivity for building rich applications. Features This works similarly to Solid, but without a custom Babel transform and with a different API. No VDOM: there’s no VDOM overhead, the framework deals with raw DOM nodes directly…