README update

This commit is contained in:
Piotr Siuszko 2023-08-29 20:45:36 +02:00
parent 569bb8884e
commit ca19f1eece
1 changed files with 9 additions and 4 deletions

View File

@ -11,11 +11,16 @@ Arguments:
[FOLDER_TO_HOST] Folder to host, current by default [FOLDER_TO_HOST] Folder to host, current by default
Options: Options:
--ssl Should use SSL, false by default --ssl
-p, --port <PORT> Specifies hosting port, "8080" by default Should use SSL, false by default
-p, --port <PORT>
Specifies hosting port, "8080" by default
-c, --certificates-folder <CERTIFICATES_FOLDER> -c, --certificates-folder <CERTIFICATES_FOLDER>
-h, --help Print help Specifies folder containing "key.pem" and "cert.pem" required for ssl hosting, defaults to current folder
-V, --version Print version -h, --help
Print help
-V, --version
Print version
``` ```
It makes testing Unity webgl games easy, even allows connecting with different domains(less CORS issues during tests). It makes testing Unity webgl games easy, even allows connecting with different domains(less CORS issues during tests).