Ask HN: How far can we push the browser for large-scale data parsing?

1 pointsposted 8 hours ago
by platypii

Item id: 45837156

2 Comments

nava2

7 hours ago

Interesting experiment. How does pushing more of the data workflow into the browser affect performance?

platypii

7 hours ago

As with anything, there are engineering tradeoffs.

What I've found is that moving data processing toward the browser has been for one, a refreshing developer experience because I don't need to build a pair of backend+frontend. From a user experience point of view, I think you can build MORE interactive data applications by pushing it toward the frontend.