Thursday, 8 June 2017

D3 server rendering?

I have a nodejs server which basically takes AJAX request to decide which parameters are needed for visualizing using d3.js and queries Elasticsearch and sends this JSON file to client, where a d3.js will process it. My d3 client program has zoom behaviour defined.

Now I am thinking of drawing it on server side and only send svg elements. If I render it on server, is it possible to zoom and other interactive functionalities implemented?

If d3 doesn't work, any alternatives for visualization without sending data to client?

Thank you in advance.



via Vintux

No comments:

Post a Comment