Total Pageviews

Saturday 20 July 2024

基于nodejs的webserver程序Nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.

nitro.unjs.io

https://nitro.unjs.io/guide

https://stackblitz.com/github/unjs/nitro/tree/main/examples/hello-world?file=README.md

npm version npm downloads

Create web servers that run anywhere! 📖 documentation

Note

You are on the v2 branch. Check main branch for v3 development tree.

Contribution

Local development
  • Clone this repository
  • Install the latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run tests using pnpm dev or pnpm test

from https://github.com/unjs/nitro

No comments:

Post a Comment