summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-13 23:54:37 +0300
committerGitHub <[email protected]>2018-06-13 23:54:37 +0300
commit026b3dd2a13fbc83748cbf6fdb07f61bf4d78e4c (patch)
tree99bec0199510572f7939b4114d98972eae76bdfb
parenteaa6020aa0ac878a1463215d23cc5390928a1284 (diff)
Update README.md
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd84dace..adc3e381 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ High-performance PHP load balancer, plugin based PSR7 HTTP server and process ma
Features:
--------
-- extendable service model
- PSR-7 HTTP server (file uploads, error handling, static files, hot reload, middlewares, event listeners)
+- extendable service model
- no external services, drop-in (based on [Goridge](https://github.com/spiral/goridge))
- load balancer, process manager and task pipeline
- frontend agnostic (queue, REST, PSR-7, async php, etc)
@@ -33,6 +33,24 @@ $ go get github.com/spiral/roadrunner
$ composer require spiral/roadrunner
```
+Usage:
+------
+
+```
+$ cd cmd
+$ cd rr
+$ go build && go install
+$ cp .rr.yaml path/to/the/project
+```
+
+> TODO: To be updated with build scripts!
+
+```
+$ rr serve -v
+```
+
+Example [worker](https://github.com/spiral/roadrunner/blob/master/php-src/tests/http/client.php).
+
Examples:
--------