princejs 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +2 -2
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -28,7 +28,7 @@ Benchmarked with `oha -c 100 -z 30s` on Windows 10:
|
|
|
28
28
|
| Fastify | 15,519 | 16,434 |
|
|
29
29
|
| Express | 13,138 | 13,458 |
|
|
30
30
|
|
|
31
|
-
> PrinceJS is **2.3× faster than Express**, matches Hono head-to-head, and sits at
|
|
31
|
+
> PrinceJS is **2.3× faster than Express**, matches Hono head-to-head, and sits at approximately 5kB gzipped — loads in approximately 100ms on a slow 3G connection.
|
|
32
32
|
|
|
33
33
|
---
|
|
34
34
|
|
|
@@ -680,7 +680,7 @@ bun test
|
|
|
680
680
|
|
|
681
681
|
<div align="center">
|
|
682
682
|
|
|
683
|
-
**PrinceJS:
|
|
683
|
+
**PrinceJS: ~5kB. Hono-speed. Everything included. 👑**
|
|
684
684
|
|
|
685
685
|
*Built with ❤️ in Nigeria*
|
|
686
686
|
|
package/package.json
CHANGED