WebSocket Protocol Explained

preview_player
Показать описание


#neetcode #leetcode #python
Рекомендации по теме
Комментарии
Автор

Images are good, but proper way to say it: usually server can not send you anything unless you make request. With web socket you make request, connection opens and actively keeps alive by both participants, so server can send you anything anytime.

Lord_Omni
Автор

Man these shorts are awesome, are they part of any long video?

sasd
Автор

Gonna use this for my note syncing app

rusirumunasingha
Автор

It also adds overhead coz of extra headers and connections need to be tracked and restablished I guess .

gokukakarot
Автор

Make it long video, dive in websocket tech

shellohd
Автор

Instead of web socket, can't users just use peer2peer protocol? Or push using webhooks

deathbombs
Автор

How to send extra headers in websockets request?

vijayrohra
Автор

Is there any limit for sockets? For building a large chat application.

TheMindsMantra
Автор

ao why dont we just use this all the time, whats the down side?

daruiraikage
Автор

The topic is not fully covered. This was exist before HTTP and called Sockets. So the question is: Why you should use WebSockets instead of regular Sockets?

vladimirrus