As I'm a Windows user I don't like how this server requires the manual installation of other software like Node.js (something typically seen with Linux based projects). I prefer to run setup.exe and get an installation that includes all dependencies. To remedy this situation, I've decided to try to write my own server from scratch that runs in native Windows x86 code. As I was using your source code for reference, something seems to be missing. Nowhere is a constant defined that sets the listening port for the TCP server. There seems to be reference to external config file for setting the port number (a file located at "./config"), but there doesn't seem to be any file anywhere in the source code here on Github which has the name "config". So I can't find anything that indicates on what TCP port the server should be listening. This is a brick wall in the development of my own native Windows code version of this server. Please let me know what port the server should be listening to.
As I'm a Windows user I don't like how this server requires the manual installation of other software like Node.js (something typically seen with Linux based projects). I prefer to run setup.exe and get an installation that includes all dependencies. To remedy this situation, I've decided to try to write my own server from scratch that runs in native Windows x86 code. As I was using your source code for reference, something seems to be missing. Nowhere is a constant defined that sets the listening port for the TCP server. There seems to be reference to external config file for setting the port number (a file located at "./config"), but there doesn't seem to be any file anywhere in the source code here on Github which has the name "config". So I can't find anything that indicates on what TCP port the server should be listening. This is a brick wall in the development of my own native Windows code version of this server. Please let me know what port the server should be listening to.