diff options
author | Wolfy-J <[email protected]> | 2018-07-28 16:31:00 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-28 16:31:00 +0300 |
commit | 3363f71fd4533c6d0365d8f14ad3831d81dbde4c (patch) | |
tree | 52ca0e52c45fac5f76a864161ff064b363ed46b9 /README.md | |
parent | cc4b4158890addb09094990b9d7bc06c0557a21e (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 27 insertions, 5 deletions
@@ -10,11 +10,33 @@ RoadRunner 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. -# Table of Content -- [What is RoadRunner](https://github.com/spiral/roadrunner/wiki/what-is-roadrunner) -- [Installation](https://github.com/spiral/roadrunner/wiki/installation) -- [Configuration](https://github.com/spiral/roadrunner/wiki/configuration) -- [Standalone Usage](https://github.com/spiral/roadrunner/wiki/standalone-usage) +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. + +### Introduction +- [About RoadRunner](https://github.com/spiral/roadrunner/wiki/About-RoadRunner) +- [Installation](https://github.com/spiral/roadrunner/wiki/Installation) +- [Configuration](https://github.com/spiral/roadrunner/wiki/Configuration) +- [Contributing](https://github.com/spiral/roadrunner/wiki/Contributing) +- [License](https://github.com/spiral/roadrunner/wiki/License) + +### Using RoadRunner +* [Environment Configuration](https://github.com/spiral/roadrunner/wiki/Enviroment-Configuration) +* [PHP Workers](https://github.com/spiral/roadrunner/wiki/PHP-Workers) +* [Server Commands](https://github.com/spiral/roadrunner/wiki/Server-Commands) +* [IDE integration](https://github.com/spiral/roadrunner/wiki/IDE-Integration) +* [Debug and Error Handling](https://github.com/spiral/roadrunner/wiki/Debug-And-Error-Handling) + +### Server Customization +* [Building Server](https://github.com/spiral/roadrunner/wiki/Building-Server) +* [Managing Dependencies](https://github.com/spiral/roadrunner/wiki/Managing-Dependencies) +* [Writing Services](https://github.com/spiral/roadrunner/wiki/Writing-Services) + +### Additional Notes +- [Production Usage](https://github.com/spiral/roadrunner/wiki/Production-Usage) +- [Event Listeners](https://github.com/spiral/roadrunner/wiki/Event-Listeners) +- [Standalone Usage](https://github.com/spiral/roadrunner/wiki/Standalone-usage) +- [Relays and Sockets](https://github.com/spiral/roadrunner/wiki/Relays-And-Sockets) + Features: -------- |