Friday, 28 April 2017

node.js socket.io listen asynchronously without blocking

Is it possible to set-up socket.io to listen to multiple ports?

I am trying to adapt my own http server to also listen for SMTP messages, in order to achieve this I need to listen no only to the HTTP port, in my case 8000 but also for SMTP messages, port 25, 465, 587.



via SPlatten

No comments:

Post a Comment