Single HTTP/S
server providing multiple ephemeral WebSocket
instances with path based routing and mesh isolation.
- requires a valid set of SSL/TLS certificates (letsencrypt)
npm install
Explode your ENV variables manually and launch using npm:
PORT=443 SSLKEY=/path/to/privkey.pem SSLCERT=/path/to/fullchain.pem npm start
Configure the options in multisocket.config.js
and launch using pm2:
pm2 start multisocket.config.js
This project is a component of Gun Meething powered by GunDB