google / shenzhen-go

Experimental visual Go environment
Apache License 2.0
464 stars 44 forks source link

graphing package #27

Open pjebs opened 6 years ago

pjebs commented 6 years ago

For v1, if graphviz is not being used, how are the graphics generated?

DrJosh9000 commented 6 years ago

In short, a GopherJS program runs in the browser, which adds SVG elements to the page after loading. The server provides the initial JSON representation of the graph to the client as part of the HTML.