Neo Kim @systemdesign.one · Feb 28

1 Short Polling • The client periodically requests the server for an update. • The server returns an empty response if nothing has changed.

0 likes 1 replies

?

Replies

Neo Kim · Feb 28

2 Long Polling • The server holds the client request until there's an update. • The server responds to a client only when there's an update. • The server returns an empty response on timeout.