https://github.com/gemblue/realtimechart
Realtime chart code sample with Express Js, MongoDB, Socket IO, and ChartJS
https://github.com/gemblue/realtimechart
Last synced: 3 months ago
JSON representation
Realtime chart code sample with Express Js, MongoDB, Socket IO, and ChartJS
- Host: GitHub
- URL: https://github.com/gemblue/realtimechart
- Owner: gemblue
- Created: 2016-09-06T00:23:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T19:02:09.000Z (about 6 years ago)
- Last Synced: 2025-07-20T10:42:19.953Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RealtimeChart
Realtime chart code sample with Express Js, MongoDB, Socket IO, and ChartJS
## Install
```
npm install
```
## Usage
```
node app.js
```
It will show output :
```
Open http://localhost:3000
```
Then open http:://localhost:3000 on your browser.
Tutorial : https://www.codepolitan.com/membuat-realtime-chart-dengan-express-chartjs-mongodb-dan-socket-io-57ce7902a5b95-5
## Result
