princejs 1.2.2 → 1.2.3
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 +3 -3
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# PrinceJS
|
|
2
2
|
|
|
3
3
|
**The fastest backend framework ever made.** <br>
|
|
4
|
-
**Under
|
|
4
|
+
**Under 5 kB • Beats Hono and Express • Built in 3 days** <br>
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -57,7 +57,7 @@ app.error(handler) — global error handling
|
|
|
57
57
|
|
|
58
58
|
### Benchmarks (real Windows laptop)
|
|
59
59
|
```bash
|
|
60
|
-
PrinceJS: 24k–
|
|
60
|
+
PrinceJS: 24k–47k requests in 10s
|
|
61
61
|
Hono: 20k–40k requests in 10s
|
|
62
62
|
Express: ~7k requests in 10s
|
|
63
63
|
```
|
|
@@ -65,7 +65,7 @@ Express: ~7k requests in 10s
|
|
|
65
65
|
Same code. Same features. Same machine.
|
|
66
66
|
|
|
67
67
|
### Author
|
|
68
|
-
Matthew Micheal —
|
|
68
|
+
Matthew Micheal — Nigeria
|
|
69
69
|
|
|
70
70
|
Made in PowerShell on a school laptop.
|
|
71
71
|
|