https://github.com/gregjopa/d3-server-side-demo
Render d3 visualizations server-side
https://github.com/gregjopa/d3-server-side-demo
Last synced: about 1 month ago
JSON representation
Render d3 visualizations server-side
- Host: GitHub
- URL: https://github.com/gregjopa/d3-server-side-demo
- Owner: gregjopa
- Created: 2013-11-25T02:07:09.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T12:18:38.000Z (over 2 years ago)
- Last Synced: 2025-03-28T02:13:03.858Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.gregjopa.com/2020/05/render-d3-charts-server-side
- Size: 547 KB
- Stars: 88
- Watchers: 6
- Forks: 24
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d3-server-side-demo
This project uses [D3.js](https://github.com/d3/d3) to render visualizations on the server-side with Node.js.
## Getting Started
1. Use Node.js version 12 or greater.
1. Install dependencies with `npm install`
1. Run development server with `npm start` and go to
[http://localhost:3000/](http://localhost:3000/)
![]()