2025-06-26T18:59:32Z

Computing the layout on the server side will afford the generation of SVG (and raster derivatives) for clients (e.g. bots) that don't do client-side scripting.

Dorian Taylor

Preemptively compute the Sugiyama layout on the server side (asynchronously, of course) when the subgraph in question is changed, which can be cached and shipped out whole over the wire.

Sense Atlas Front End