Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unjs/nitro
Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://github.com/unjs/nitro
Last synced: about 1 month ago
JSON representation
Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
- Host: GitHub
- URL: https://github.com/unjs/nitro
- Owner: unjs
- License: mit
- Created: 2022-01-26T12:37:12.000Z (almost 3 years ago)
- Default Branch: v2
- Last Pushed: 2024-10-19T12:41:24.000Z (about 2 months ago)
- Last Synced: 2024-10-19T14:30:49.718Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://nitro.unjs.io
- Size: 15.4 MB
- Stars: 6,060
- Watchers: 28
- Forks: 501
- Open Issues: 458
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - unjs/nitro - Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer. (TypeScript)
- awesome - unjs/nitro - Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer. (TypeScript)
- my-awesome-list - nitro
- jimsghstars - unjs/nitro - Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer. (TypeScript)
README
# Nitro
[![npm version](https://flat.badgen.net/npm/v/nitropack)](https://npmjs.com/package/nitropack)
[![npm downloads](https://flat.badgen.net/npm/dm/nitropack)](https://npmjs.com/package/nitropack)Create web servers that run anywhere! 📖 [**documentation**](https://nitro.unjs.io)
> [!NOTE]
> You are on the v2 branch. Check [main branch](https://github.com/unjs/nitro/tree/main) for v3 development tree.## Contribution
Local development
- Clone this repository
- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run tests using `pnpm dev` or `pnpm test`## License
Published under the [MIT](https://github.com/unjs/nitro/blob/main/LICENSE) license.
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/unjs/nitro/graphs/contributors) 💛
---
_🤖 auto updated with [automd](https://automd.unjs.io)_