summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-09-06 22:37:07 +0300
committerValentin Bartenev <vbart@nginx.com>2017-09-06 22:37:07 +0300
commit9e8328f758ea518530fc92576b1aaf673f687375 (patch)
tree7fb0043dbad3c15a6712730fad474370e6ff52de
parentf8c94cbcfb8147d488fe75a0e6ceb6e0c1b390d8 (diff)
downloadunit-0.1.tar.gz
unit-0.1.tar.bz2
README: added features list.0.1
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1ccbfda2..90aa9d3a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
<!-- menu -->
- [NGINX Unit](#nginx-unit)
+ - [Key Features](#key-features)
+ - [Supported Application Languages](#supported-application-languages)
- [Installation](#installation)
- [System Requirements](#system-requirements)
- [Precompiled Packages](#precompiled-packages)
@@ -64,6 +66,24 @@ specific application parameters as needed by the engineering or operations.
NGINX Unit is currently available as a beta. As such, it is suitable for use
in a testing environment, but is not recommended for use in production.
+
+### Key Features
+
+ * Fully dynamic reconfiguration using RESTful JSON API
+ * Multiple application languages and versions can run simultaneously
+ * Dynamic application processes management (coming soon)
+ * TLS support (coming soon)
+ * TCP, HTTP, HTTPS, HTTP/2 routing and proxying (coming soon)
+
+### Supported Application Languages
+
+ * Python
+ * PHP
+ * Go
+ * JavaScript/Node.js (coming soon)
+ * Java (coming soon)
+ * Ruby (coming soon)
+
<!-- /section:1 -->
<!-- section:2 -->