topnic-https 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme +7 -4
package/package.json
CHANGED
package/readme
CHANGED
@@ -1,10 +1,13 @@
|
|
1
1
|
# Topnic HTTPS Server
|
2
2
|
|
3
|
+
```bash
|
3
4
|
$ npm install -g topnic-https
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
5
|
+
```
|
6
|
+
# الأوامر
|
7
|
+
- topnic-https run - لتشغيل الخادم
|
8
|
+
- topnic-https stop - لإيقاف الخادم
|
9
|
+
- topnic-https restart - لإعادة تشغيل الخادم
|
10
|
+
- topnic-https change <port> - تغيير بورت الخادم
|
8
11
|
|
9
12
|
# ميزات
|
10
13
|
- يدعم الخادم التشفير وشهادات SSL
|