Hacker News new | ask | show | jobs
by nilliams 3353 days ago
Huh? For an editor in the browser you don't send every keystroke and paint update over the network. The UI is effectively local, you would only need to send regular network updates for 'autosave', and it wouldn't be to keystroke granularity.
1 comments

I meant the part about "may as well just run Code there and remote to it". Running in the browser reduces latency when it avoids a round trip.
Ah I missed that, sorry.