sanjar-notes / backend

Backend web development fundamentals
0 stars 0 forks source link

SSE(? and vs WebSockets), TCP clarity, HTTP constraint #32

Open sanjarcode opened 1 year ago

sanjarcode commented 1 year ago
  1. What is SSE
  2. SSE core improvement - avoid the cost of TLS handshake, for sending 'close' signal
  3. Are WebSockets really an evolution over HTTP, SSE
  4. TCP is quite free, and HTTP has the request-response sequentiality constraint

sse-ws-http-tcp (ChatGPT conv)

I still have some doubts, ChatGPT was hallucinating about minute details, it seems.

sanjarcode commented 1 year ago

Get clarity on the unclear part. Then add to repo.