Socket.IO on controller
问题 I'm pretty new to sockets and I've been struggling to implement some of the documentation i've seen online. This is my set up currently and I wanted to run socket.io against just the healthcheck api endpoint (/api/v1/healthcheck) how would I go about running socket io in the healthcheck controller? and emit changes to the response? Any help is appreciated, i'm tearing my hair out :( Server.js const socket = require('socket.io') const healthcheck = require('./routes/healthcheck'); const auth =