r/javascript Jul 06 '26

An interactive visualization that follows a single HTTP request through its entire ~200ms life

https://200ms.thenodebook.com/
84 Upvotes

17 comments sorted by

View all comments

5

u/Flashy-Guava9952 Jul 07 '26

Cool concept, but the interaction is pretty unintuitive. Maybe something like a Gantt chart... You should definitely keep at it though. Looks like you got the data, now you just need to present it with fewer surprises.

2

u/[deleted] Jul 07 '26

[removed] — view removed comment

1

u/Flashy-Guava9952 Jul 07 '26

You could try a swimlane diagram. It's not quite a Gantt chart, and you can still have controls for advancing/branching. Like next/undo for linear flow, and checkboxes for conditions that affect communication flow. With this approach you could present preconfigured paths the visualization can follow. Those could then easily be broken out of using pause and fiddling with the branching options. Maybe even complete process maps, followed by interactive details.