• How to modularize a socket.io intensive app using middleware

    … so this is that post for modularizing apps that rely largely on socket.io events.   This is for the ones that believe on the single-reponsibility principle and don’t find an example for this when trying to fit socket.io in an app that starts demanding some structure. tl;dr You can create socket.io middleware functions and…

    How to modularize a socket.io intensive app using middleware