Consider the following use-case:
Say I am making the socket request from the browser (consider socket object is available and status is connected):
So if you inspect in the developer tools of chrome/any browser, you will be able to observe something like below:
I was thinking there is a way to mask or send it in binary format how other messaging services are doing on web socket.
This is how it looks on the other messaging services.
I have tried to explore the full documentation on the socket.io npm module. But unfortunately did not find how to do this.
Can anyone put some light on this or any reference to the document link will be of great help.
via Amol M Kulkarni
No comments:
Post a Comment