staltz / ssb-room

A server to find and connect to other SSB peers – a meeting place. AGPL-3.0
GNU Affero General Public License v3.0
109 stars 17 forks source link

Add WebSockets support by default, with optional configuration #27

Open KyleMaas opened 3 years ago

KyleMaas commented 3 years ago

Adds support for WebSockets to the default installation, with configuration left disabled by default. This way WebSockets support can be enabled just using configuration instead of by needing to modify the Docker image or npm package.

Fixes #26.