Added ability to publish Node.js module.

This commit is contained in:
Alexander Borisov
2018-10-23 13:06:44 +03:00
parent 0e76769c1b
commit 7801814126
5 changed files with 54 additions and 4 deletions

View File

@@ -1,2 +1,21 @@
# Node.js Package for NGINX Unit
[<img src="https://unit.nginx.org/_static/logo.svg" width=150px>](https://unit.nginx.org)
Node.js support package for NGINX Unit.
For details, see [NGINX Unit documentation](https://unit.nginx.org).
## Installation
```bash
npm i unit-http
```
## Usage
```javascript
var http = require('unit-http');
```
## License
Apache 2.0