Hacker News new | ask | show | jobs
Show HN: PrinceJS – From Wrong Benchmarks to Honest Results (13yo Dev) (npmjs.com)
1 points by lilprince1218 209 days ago
I'm 13 and built PrinceJS, but my first benchmarks were wrong. HN helped me fix them:

What I learned:

Was using autocannon (too slow for Bun) instead of oha

Real benchmarks: 21,748 req/s (top 3 among Bun frameworks)

Fixed security issues in JWT/rate limiting

Current status:

Competitive with Elysia/Hono on real benchmarks

Honest about capabilities, no more "fastest" claims

Try it: bun add princejs

GitHub: https://github.com/MatthewTheCoder1218/princejs

Would love feedback on what features to add next!