You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ npm install
13
13
### SSL/TLS
14
14
The default plain port is 8095, and the default secure port is 8096. These default values can be modified in the file `config.json`.
15
15
16
-
Connecting server with secure socket.io connections are recommended. The default certificate is stored in `cert` directory with two files: `cert.pem` and `key.pem`. Please replace them with a trusted one applied from a trusted CA.
16
+
Connecting server with secure socket.io connections is recommended. The default certificate is stored in `cert` directory with two files: `cert.pem` and `key.pem`. Please replace them with trusted ones applied from a trusted CA.
17
17
18
18
### Launch the server
19
-
Run the following commands to launch the server:
19
+
Run the following command to launch the server:
20
20
21
21
```
22
22
node peerserver.js
@@ -36,4 +36,4 @@ OWT project is licensed under Apache License, Version 2.0. By contributing to th
0 commit comments