
- [NodeJS] Basic TCP Server
-
hi
[NodeJS] Basic TCP Server
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
-
-
Re: [NodeJS] Basic TCP Server
Seems like a simple implementation which sends/receives text messages.
Quite sometime back I had written full fledged game server emulator using NodeJS: https://github.com/project-agonyl/inferno-emu-v2
-
Newbie
Re: [NodeJS] Basic TCP Server
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
-
Member
Re: [NodeJS] Basic TCP Server
Cool little project. I can't wait to play around with it at work.