I Built the #1 Fastest Bun Framework At 13 Years Old

PrinceJS just hit 19,200 req/s, beating Hono, Elysia, and
Express.

2.8 kB gzipped\
576k requests in 30s\
21% faster than Elysia\
106% faster than Express

import { prince } from “princejs”;
const app = prince();

app.get(“/”, () => ({ hello: …


This content originally appeared on DEV Community and was authored by Little Prince

PrinceJS just hit 19,200 req/s, beating Hono, Elysia, and
Express
.

2.8 kB gzipped\
576k requests in 30s\
21% faster than Elysia\
106% faster than Express

import { prince } from "princejs";
const app = prince();

app.get("/", () => ({ hello: "PrinceJS" }));

app.listen(3000);

Benchmark Results

  • PrinceJS: 19,200 req/s → 576k\
  • Hono: 16,212 req/s → 486k\
  • Elysia: 15,862 req/s → 476k\
  • Express: 9,325 req/s → 280k

bench marks

Built in Nigeria. Zero deps. Pure speed.

"I didn't beat them. I destroyed the competition."

🔗 Website: https://princejs.vercel.app\
🔗 GitHub: https://github.com/MatthewTheCoder1218/princejs


This content originally appeared on DEV Community and was authored by Little Prince


Print Share Comment Cite Upload Translate Updates
APA

Little Prince | Sciencx (2025-11-15T19:21:58+00:00) I Built the #1 Fastest Bun Framework At 13 Years Old. Retrieved from https://www.scien.cx/2025/11/15/i-built-the-1-fastest-bun-framework-at-13-years-old-3/

MLA
" » I Built the #1 Fastest Bun Framework At 13 Years Old." Little Prince | Sciencx - Saturday November 15, 2025, https://www.scien.cx/2025/11/15/i-built-the-1-fastest-bun-framework-at-13-years-old-3/
HARVARD
Little Prince | Sciencx Saturday November 15, 2025 » I Built the #1 Fastest Bun Framework At 13 Years Old., viewed ,<https://www.scien.cx/2025/11/15/i-built-the-1-fastest-bun-framework-at-13-years-old-3/>
VANCOUVER
Little Prince | Sciencx - » I Built the #1 Fastest Bun Framework At 13 Years Old. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/11/15/i-built-the-1-fastest-bun-framework-at-13-years-old-3/
CHICAGO
" » I Built the #1 Fastest Bun Framework At 13 Years Old." Little Prince | Sciencx - Accessed . https://www.scien.cx/2025/11/15/i-built-the-1-fastest-bun-framework-at-13-years-old-3/
IEEE
" » I Built the #1 Fastest Bun Framework At 13 Years Old." Little Prince | Sciencx [Online]. Available: https://www.scien.cx/2025/11/15/i-built-the-1-fastest-bun-framework-at-13-years-old-3/. [Accessed: ]
rf:citation
» I Built the #1 Fastest Bun Framework At 13 Years Old | Little Prince | Sciencx | https://www.scien.cx/2025/11/15/i-built-the-1-fastest-bun-framework-at-13-years-old-3/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.