peers / peerjs-server

Server for PeerJS
https://peerjs.com
MIT License
4.38k stars 1.09k forks source link

Allow to specify listen address #71

Closed afflux closed 5 years ago

afflux commented 9 years ago

Since server.listen doesn't specify a hostname, currently we can only listen to INADDR_ANY. Users may want to be able to specify addresses such as 127.0.0.1.

celevra commented 9 years ago

+1

afrokick commented 5 years ago

https://github.com/peers/peerjs-server/pull/118