diff options
author | Wolfy-J <[email protected]> | 2018-06-13 23:54:37 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-13 23:54:37 +0300 |
commit | 026b3dd2a13fbc83748cbf6fdb07f61bf4d78e4c (patch) | |
tree | 99bec0199510572f7939b4114d98972eae76bdfb /README.md | |
parent | eaa6020aa0ac878a1463215d23cc5390928a1284 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -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: -------- |