FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I’m 13 and I built a Bun framework that’s 2x faster than Express 🚀
NewsWeb Development

I’m 13 and I built a Bun framework that’s 2x faster than Express 🚀

via Dev.to JavaScriptLittle Prince1mo ago

It’s a 97kB (2.4kB gzipped) Bun-native framework that hits 21,748 req/s . 👑 Why PrinceJS? Most "fast" frameworks are just bare-bones routers. PrinceJS is a Super-Framework . It’s tiny but has "batteries included": ✅ Built-in SQLite ORM (Powered by Bun.sqlite) ✅ Native Cron Scheduler (No extra npm packages needed) ✅ Functional JSX Rendering (Clean UI without the React bloat) ✅ OpenAPI/Swagger Generation (Auto-sync your docs) ✅ Validation with Zod ⚡ The Benchmarks (oha -c 100 -z 30s) On an Intel i7-6600U, PrinceJS matches the giants: Framework Req/s Size (Gzipped) PrinceJS 21,748 2.4 kB Hono 22,124 7.5 kB Elysia 25,312 64.8 kB Express 9,325 ~2 MB 🛠️ Minimalist DX typescript import { prince } from "princejs"; import { Html, Body, H1, render } from "princejs/jsx"; const app = prince(); app.get("/", () => render( Html(Body(H1("Hello from PrinceJS!"))) )); app.listen(3000);

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
41 views

Related Articles

Robotaxi companies refuse to say how often their AVs need remote help
News

Robotaxi companies refuse to say how often their AVs need remote help

TechCrunch • 7h ago

I Set the Thread Pool to 8 and Brought Down Black Friday
News

I Set the Thread Pool to 8 and Brought Down Black Friday

Medium Programming • 7h ago

News

How I Built Simple Automation Systems That Save Time (And Why Businesses Need Them)

Medium Programming • 7h ago

News

wastrelly wabbits

Lobsters • 7h ago

Pidgin 3.0 Alpha 1 2.95.0 has been released
News

Pidgin 3.0 Alpha 1 2.95.0 has been released

Lobsters • 8h ago

Discover More Articles