You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a nice utils library called inversify-socket-utils which nicely wraps a lot of socketio logic and gives the ability to use decorators in controllers to handle event emits in controllers.
There is a nice utils library called
inversify-socket-utils
which nicely wraps a lot of socketio logic and gives the ability to use decorators in controllers to handle event emits in controllers.The problem is both of the libraries:
Socket utils:
https://github.com/alxshelepenok/inversify-socket-utils
Express utils:
https://github.com/inversify/inversify-express-utils
Return Inversify server so I haven't figured out how could I integrate these two to run on the same server and port.
Has anyone successfully done it by any chance?
The text was updated successfully, but these errors were encountered: