From ea62327b008b39dc48a51aa80343b20a0a122cd6 Mon Sep 17 00:00:00 2001 From: Alexander Borisov Date: Wed, 3 Oct 2018 17:50:03 +0300 Subject: Added Node.js support. --- src/nodejs/unit-http/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/nodejs/unit-http/README.md (limited to 'src/nodejs/unit-http/README.md') diff --git a/src/nodejs/unit-http/README.md b/src/nodejs/unit-http/README.md new file mode 100644 index 00000000..139597f9 --- /dev/null +++ b/src/nodejs/unit-http/README.md @@ -0,0 +1,2 @@ + + -- cgit From 780181412623c0dc9232fc7f56055b6e3312a319 Mon Sep 17 00:00:00 2001 From: Alexander Borisov Date: Tue, 23 Oct 2018 13:06:44 +0300 Subject: Added ability to publish Node.js module. --- src/nodejs/unit-http/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/nodejs/unit-http/README.md') diff --git a/src/nodejs/unit-http/README.md b/src/nodejs/unit-http/README.md index 139597f9..71a4067a 100644 --- a/src/nodejs/unit-http/README.md +++ b/src/nodejs/unit-http/README.md @@ -1,2 +1,21 @@ +# Node.js Package for NGINX Unit +[](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 -- cgit