8000 GitHub - jon-acker/swoole-demo: Demo swoole extension with Symfony app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jon-acker/swoole-demo

Repository files navigation

swoole-demo

Demo swoole extension with Symfony app

composer install

docker-compose up -d

Start server (swoole)

docker-compose exec php php main.php

Access

Via nginx: http://localhost:8080/healthcheck

To benchmark: ab -c 100 -n 100 http://127.0.0.1:8080/healthcheck

Via swoole: http://localhost:9502/healthcheck

To benchmark: ab -c 100 -n 100 http://127.0.0.1:9502/healthcheck

About

Demo swoole extension with Symfony app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0