Visualizing Graphs in 3D with WebGL
https://medium.com/neo4j/visualizing-graphs-in-3d-with-webgl-9adaaff6fe43
I was already aware of and impressed by three.js, especially the 3d and WebGL capabilities. I had seen and done some graph visualization using it years ago, but 3d-force-graph packages three.js nicely with a Graph API and adds useful options to quickly get good looking results.
If you want to try the different approaches directly, I put them into a GitHub Repository with live examples using the RawGit Service to serve HTML pages and assets directly from the repository.