Matt Coles лет назад: 9
Родитель
Сommit
f412716bbc
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      README.md

+ 7 - 0
README.md

64
 node index.js
64
 node index.js
65
 ```
65
 ```
66
 
66
 
67
+A production environment, using HTTPS can be started using:
68
+```
69
+node index.js -p
70
+```
71
+Do note that this requires both cert.pem and key.pem to be in the root directory
72
+of the project for SSL or it will not start.
73
+
67
 # API
74
 # API
68
 
75
 
69
 ### /hello/:name/
76
 ### /hello/:name/