almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.86k stars 1.48k forks source link

Network Server Side nodes positioning. #2255

Open m1neral opened 7 years ago

m1neral commented 7 years ago

Hello! There is only one way to rendering network with needed nodes positions - serialize coordinates (x, y) from browser / headless browsers.

What about raw server side rendering with using "Force-directed graph drawing" algorithm, when we give data about connections (from, to) and get nodes coordinates(x, y) ?

mojoaxel commented 7 years ago

What about raw server side rendering with using "Force-directed graph drawing" algorithm, when we give data about connections (from, to) and get nodes coordinates(x, y)

Interesting idea! We accept pull requests :wink: Feel free to provide an example for that!

wimrijnders commented 7 years ago

Closed due to inactivity. Feel free to reopen if this is still relevant.

wimrijnders commented 6 years ago

Reopening because this idea has merit.