Next person, I have some ideas about a project and I have some doubts ...
1st 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 of the 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 the folders and files for a tcp server? Can I apply the MVC concept? If yes, would the responsibility of creating the server type net.createServer()
be in the controller?
Thank you, Big hug.