Update README.md
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -8,12 +8,15 @@ Single `HTTP/S` server providing `WebSocket` Path based routing to ephemeral [Gu | ... | @@ -8,12 +8,15 @@ Single `HTTP/S` server providing `WebSocket` Path based routing to ephemeral [Gu |
8 | * uses its own [websockets](https://github.com/meething/gundb-multisocket/blob/master/gun-ws.js) adaptor allowing injection into Gun contructors | 8 | * uses its own [websockets](https://github.com/meething/gundb-multisocket/blob/master/gun-ws.js) adaptor allowing injection into Gun contructors |
9 | * MUST be served through SSL and can easily be deployed on [glitch](https://glitch.com/~gundb-multiserver) and other platforms. | 9 | * MUST be served through SSL and can easily be deployed on [glitch](https://glitch.com/~gundb-multiserver) and other platforms. |
10 | 10 | ||
11 | |||
11 | ### Installation | 12 | ### Installation |
12 | ``` | 13 | ``` |
13 | npm install | 14 | npm install |
14 | npm start | 15 | npm start |
15 | ``` | 16 | ``` |
16 | 17 | ||
18 | [](https://glitch.com/edit/#!/import/github/https://github.com/meething/gundb-multisocket/gundb-multisocket) | ||
19 | |||
17 | #### Gun WS Flow | 20 | #### Gun WS Flow |
18 | 21 | ||
19 | <img src="https://user-images.githubusercontent.com/1423657/79556065-d4b55e00-80a0-11ea-8a6a-b85aa0c90cf0.png" width=500/> | 22 | <img src="https://user-images.githubusercontent.com/1423657/79556065-d4b55e00-80a0-11ea-8a6a-b85aa0c90cf0.png" width=500/> | ... | ... |
-
Please register or sign in to post a comment