Update README.md
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -2,7 +2,9 @@ | ... | @@ -2,7 +2,9 @@ |
2 | Single `HTTP/S` server providing `WebSocket` Path based routing to ephemeral [GunDB](https://gun.eco) instances for mesh isolation. | 2 | Single `HTTP/S` server providing `WebSocket` Path based routing to ephemeral [GunDB](https://gun.eco) instances for mesh isolation. |
3 | 3 | ||
4 | ### Notes | 4 | ### Notes |
5 | * The service MUST be served through SSL and can be deployed on [glitch](https://glitch.com/~gundb-multiserver) and other platforms. | 5 | * uses its own [mem](https://github.com/meething/gundb-multisocket/blob/master/mem.js) storage adaptor to avoid any disk writes |
6 | * uses its own [websockets](https://github.com/meething/gundb-multisocket/blob/master/gun-ws.js) adaptor allowing injection into Gun contructors | ||
7 | * MUST be served through SSL and can easily be deployed on [glitch](https://glitch.com/~gundb-multiserver) and other platforms. | ||
6 | 8 | ||
7 | ### Installation | 9 | ### Installation |
8 | ``` | 10 | ``` | ... | ... |
-
Please register or sign in to post a comment