Maximization / nodejs-toolbox-catalog

Catalog of categories and libraries for Node.js Toolbox
https://nodejstoolbox.com
MIT License
258 stars 38 forks source link

Add `Data Visualization` category #51

Closed bakasmarius closed 2 months ago

bakasmarius commented 2 months ago

Some of the examples could be found here: https://www.geeksforgeeks.org/javascript-libraries-for-data-visualization/ https://github.com/hal9ai/awesome-dataviz?tab=readme-ov-file#javascript-tools

Maximization commented 2 months ago

@bakasmarius Thank you for the suggestion. Are these libraries used in the backend in any way, or only in the frontend?

bakasmarius commented 2 months ago

@bakasmarius Thank you for the suggestion. Are these libraries used in the backend in any way, or only in the frontend?

To be honest, I'm not sure because I haven't tried any of them, but my logic says that you cannot "see" a visualization in the backend, so they all must be frontend-related at least somehow 😄 I suggested this category because I'm planning to try at least one of them in the near future and I often use NodeJsToolbox for selecting the right one 😉

Maximization commented 2 months ago

Thanks!

The focus for Node.js Toolbox is the Node.js/backend ecosystem. I'm open to adding categories that are both front- and backend. For frontend focused libraries you can try Best of JS.

bakasmarius commented 2 months ago

Ahh, sure, makes sense - I didn't really think about it that way 😅