I am trying to build a Order Management System with real time update on ordered product status for both buyer and seller, in other words when buyer updates the order status seller should receive notification in real time.
This is first time i do something with websockets so i have been struggling with setting up the logic.
In my app i have authentication and authorization with jwt token and roles.
this is my configs: