integrating inversify-express-utils with inversify-socket-utils
matewilk opened this issue · 0 comments
matewilk commented
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?