summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..05d8cd3a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+RoadRunner
+==========
+Embeddable PHP application server library for Golang.
+
+Features:
+--------
+- load balancer, process manager and task pipeline in one library
+- worker pool hot-wrap
+- build for multiple frontends (queue, rest, psr-7, async php, etc)
+- works over TPC, unix sockets and standard pipes
+- controlled worker termination
+- timeout management
+- payload context
+- protocol, job and worker level error management
+- very fast (~200k calls per second on Ryzen 1700X over 17 threads)
+- works on Windows
+
+License:
+--------
+The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. \ No newline at end of file