Enhance application performance by performing graph layouts
on the server side.
In this section
- Running graph layouts on a server
-
The Dojo Diagrammer component allows you to run graph layouts on a server, rather than in a client browser. This feature helps to speed up graph layout, especially for large graphs.
-
- SPI server-side layout details
-
The Service Provider Interface (SPI) defines how the browser and server share details of a graph when performing server-side graph layout. Although this information is not necessary for developing server-side graph layout applications, it can be useful for creating sophisticated diagramming capabilities.
-
Current section