mafintosh / discovery-swarm

A network swarm that uses discovery-channel to find peers
MIT License
374 stars 57 forks source link

Document what happens if .listen() isn't called before .join() #54

Closed ralphtheninja closed 5 years ago

ralphtheninja commented 5 years ago

I was going through the kappa workshop and noticed that the example code didn't use .listen() and was wondering why this wasn't needed.

okdistribute commented 5 years ago

oh good point @ralphtheninja . I think it's because the workshop was intended to be done locally on your computer (two terminals) via mdns -- ports and stuff were a bit beyond the scope. But I think it's important!