An open API service indexing awesome lists of open source software.

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

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

![](http://g.recordit.co/BmOty7CDRd.gif)