node-d3-selection

select elements and join them to data
  https://d3js.org/d3-selection/
  0
  no reviews



Selections allow powerful data-driven transformation of the document object model (DOM): set attributes, styles, properties, HTML or text content, and more. Using the data join’s enter and exit selections, you can also add or remove elements to correspond to data.

Node.js is an event-based server-side JavaScript engine.