decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
1 lines • 219 B
JavaScript
;const async=require("async"),flaschenpost=require("flaschenpost"),logger=flaschenpost.getLogger(),stop=function(e,s){logger.info("Stopping peers..."),async.each(e,(e,s)=>{e.stop(s)},s)};module.exports=stop;