You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('test: open 2 shells; in the first launch\ntelnet localhost 8000\nin the second\ncurl http://localhos:8001\n\nwrite something in the first shell and see what happens in the second...');
var net=require('net'), http=require('http'), sockets=[];