Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I using SuperWebSocket library to create web socket server. I want to implement three way - handshake for socket but I don't know how to do it.

What I have tried:

Please tell me any solution for this problem . Thanks .
Posted
Comments
Garth J Lancaster 20-Jul-20 22:47pm    
What do you mean by 'three way handshake' ? it might be a good idea to use Improve question to add a description to your question.

There are good notes here https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_server#Handshaking referring to this from the rfc https://tools.ietf.org/html/rfc6455#section-4.2.2 that outline 'standard' handshaking
Member 13338759 21-Jul-20 4:23am    
Thanks for your support

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900