Skip to content

Commit 7a373ab

Browse files
committed
docs(readme): update for comparing Hono
1 parent 4ac66d2 commit 7a373ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ deno run --allow-net pico.ts
106106
107107
Hono is ultra-fast, Pico is ultra-tiny.
108108
109+
> Which should I use?
110+
111+
In most cases, it is better to use Hono.
112+
Hono is not so fat. The minified bundle size is about 15kB.
113+
Hono has all things what you can do.
114+
So, if you have an application that just returns Response object,
115+
or if you really need to reduce the file size, you can use Pico.
116+
109117
## Related projects
110118
111119
- Hono <https://honojs.dev>

0 commit comments

Comments
 (0)