Simple command line chat (Node.js, net module, tcp)

preview_player
Показать описание


#node
#nodejs
#tcp
#socket
#chat
#chatapp
#commandline
Рекомендации по теме
Комментарии
Автор

I have an electron app that should do with the TCP server and on my client side I had this error"_a.Socket is not a constructor", after connecting to my server, the server is work normaly, but the connection has issues, conection code below

var client = new net.Socket();
client.connect(3000, '127.0.0.1', function() {
console.log('Connected');
client.write('Hello, server! Love, Client.');
});

MohamedLemineElHadj
Автор

Hey what happened to your Ubuntu os...why did you changed to windows

marcoxd
join shbcf.ru