Y
Hacker News
new
|
ask
|
show
|
jobs
by
sandreas
26 days ago
For Toy Apps you can even use PHP's integrated WebServer like
php -S 0.0.0.0:8000 public/index.php
It's not for production use, but only needing one Tool can be helpful under specific circumstances.
1 comments
moebrowne
26 days ago
Also set PHP_CLI_SERVER_WORKERS=10 to enable multiple threads
link