I'm in a use case to track all the socket.io notification transactions, which are triggered by the server , similar API req/res counter to validate subscription validation..
We're using a express middleware , which tracks all the REST API requests made by the users and levy subscriptions rules accordingly.Now trying implement similar kind of middle ware on socket io notification also ..
Technology Stack : NodeJS , Loopback , Express , Socket IO.
Any suggestions please ..