Hacker News new | ask | show | jobs
by m11a 2239 days ago
They're using websockets I believe.

Look in the network tab for .ws (hosted on Firebase). You can inspect the messages using Chrome. It sends updates for every change to a block you make.

1 comments

Hmm, nothing in the WS tab of Chrome Dev Tools but you're probably right.