How to use the message on pub sub in websocket to send it to browser

I have a gcp pub sub which is on subscription mode where i got continuous messages from client which is a windows utility , I process them and got some result which i want to send it to windows utility again in case of negative for which I was thinking to create a web socket connection and send only the negative response on this connection, but i dont know how to use the pub sub message and send it on websocket , Please suggest if some one has face this issue earlier

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.