[NodeJS] Basic TCP Server

Joined
Jun 21, 2010
Messages
325
Reaction score
54
Location
Australia
Hi all,

It's been a while since I've posted on RaGEZONE. I've been recently learning and getting more used to TCP sockets and handling packets in NodeJS and all that kind of stuff that comes along with TCP sockets. I made a very basic TCP server that allows users to chat back and fourth.

I thought I'd post the code on GitHub and share it here for anyone looking to learn or is interested in TCP communication in NodeJS or just in general, or even if you want to correct me on my bad coding or techniques!

Let me know what you think! :-)

https://github.com/academic23/tcpserver
 
Hello cyberinferno

I am curious about your emulator. I would like to use it for my server. Could you please provide me with a link to the guide for the same. Your time and effort would be greatly appreciated.

Regards,
Raj
 
Back