An open API service indexing awesome lists of open source software.

https://github.com/nitrojs/nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://github.com/nitrojs/nitro

Last synced: about 9 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# Nitro

[![npm version](https://img.shields.io/npm/v/nitro)](https://npmjs.com/package/nitro)
[![npm downloads](https://img.shields.io/npm/dm/nitro)](https://npm.chart.dev/nitro)

Create web servers that run anywhere! 📖 [**documentation**](https://nitro.build)

> [!IMPORTANT]
> You are on the **v3 beta branch**. Checkout the [v2](https://github.com/nitrojs/nitro/tree/v2) branch for current stable.

Check [migration guide](./docs/1.guide/00.migration.md) for migrating from Nitro v2 to Nitro v3.

## 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/nitrojs/nitro/blob/main/LICENSE) license.
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/nitrojs/nitro/graphs/contributors) 💛





---

_🤖 auto updated with [automd](https://automd.unjs.io)_