Hey AppDrag Team,
I'm interested in implementing a simple chat app where users on my webapp can talk to each other. Normally I would be using express.js and then I would just pass app into server and server into io.
However, with appdrag it's not like I'm using express to handle my serve configurations so I don't really know how routes, paths and other server configurations are being handled behind the scenes.
Is there any way to make a use socket.io to facilitate an online chat feature in my appdrag app? If not any advice on how I could implement some other solution for my online chat use case?