This commit is contained in:
Simon Vieille 2018-02-08 12:56:53 +01:00
parent f578661d93
commit 17cc2aa655
No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
1 changed files with 5 additions and 0 deletions

View File

@ -38,4 +38,9 @@ $ php -S 0.0.0.0:15000 -t client/&
$ php server/server&
```
The server can be run with with verbose:
* `-v` or `--verbose` to show server messages
* `--vv` to show message handlers messages
Open `http://your.local.ip:15000` and enjoy!