Connecting your application with Azure Web PubSub gives you the possibilty to communicate with your frontend - or frontend users - from your backend (eg. from a business process).
Your backend connects to Azure Web PubSub with this component here, while frontends can use either use this component or any other WebSockets library.
See demo on how to use this component. Please make sure that you also install the component library as the demo installation depends on it.