diff options
author | Wolfy-J <[email protected]> | 2018-07-28 15:08:41 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-28 15:08:41 +0300 |
commit | f5ebe4ff4268e4877a37d23f516f66aab5eb8158 (patch) | |
tree | 8f064656e416aeb352a13b2da06703b6ac4b34ac | |
parent | ccaec9b8deb33f2624ba02a0b04770d751c50796 (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,11 +7,12 @@ RoadRunner [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spiral/roadrunner/badges/quality-score.png)](https://scrutinizer-ci.com/g/spiral/roadrunner/?branch=master) [![Codecov](https://codecov.io/gh/spiral/roadrunner/branch/master/graph/badge.svg)](https://codecov.io/gh/spiral/roadrunner/) -RoadRunner is an open source (MIT licensed), high-performance production-ready PSR-7 PHP application server, load balancer and process manager. +RoadRunner is an open source (MIT licensed), high-performance PSR-7 PHP application server, load balancer and process manager. It supports running as a service with the ability to extend its functionality on a per-project basis. Features: -------- +- production ready - PSR-7 HTTP server (file uploads, error handling, static files, hot reload, middlewares, event listeners) - extendable service model (plus PHP compatible RPC server) - flexible ENV configuration |