#javascript
2 notes
- Feb 10, 2026
Hono based on web standards is a great option for js runtimes esp. if you plan to deploy your code to cloudflare workers, bun or deno. You get faster startup time and cross-platform compatibility.
- Dec 22, 2025
npx -y npm-check-updatestells you the latest versions of yourpackage.json, ignoring pinned versions.