使用 unjs 的 h3 入门指南
原文英文,约500词,阅读约需2分钟。发表于: 。Modern Express.js h3 is a modern alternative to express.js built by the amazing unjs team. It's built with TypeScript so you get that typed magic straight out of the box. But enough of talking...
Modern Express.jsh3 是由 unjs 团队开发的 express.js 替代品,使用 TypeScript 构建。本文介绍如何使用 pnpm 初始化项目并安装 h3,创建基本文件结构和服务器。通过 h3 的 createApp 和 createRouter 函数创建应用和路由,定义 GET 请求路径 / 的响应。运行 pnpm 后,服务器将在端口 3000 提供服务。未来可以扩展为 Node.js 服务器或添加中间件。