simplewebrtc / signalmaster

simple socket.io server for webrtc signaling
Other
1.31k stars 486 forks source link

Port 8888 is not for WebRTC signaling servers #104

Closed pfifo closed 7 years ago

pfifo commented 7 years ago

Port 8888 is generally used for http proxy servers Running anything on 8888 is a security flaw

Defaulting to 8888 out of habit is bad coding practice.

evilpacket commented 7 years ago

@pfifo Thank you for your concern but this is not a security flaw as it does not create any risk for the user of this software by having this potential port confusion.

The default port is configurable via the configuration found in the config/production.json or config/development.json