0
Next guys, I have some ideas for a project and I’m having some questions ...
1º Is it possible to create a TCP Server that will handle the connection with the Client along with a Web Server using express that will have functions like start, stop and Restart tcp server? 2nd If possible, should I do this? Would it be a good idea to put the two in the same application or is it better to separate the two? (Taking into account that the tcp server will have many accesses)
3rd Is there an ideal structure for folders and files for a tcp server ? Can I apply the MVC concept ? If yes, the type server creation responsibility net.createServer()
would be in the controller ?
Thank you, Big hug.