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

https://github.com/geojimas/real-time-data-api

Real time Data tranfers from Api to Frotnend
https://github.com/geojimas/real-time-data-api

koa mongodb nodejs socket-io typescript vue

Last synced: 2 months ago
JSON representation

Real time Data tranfers from Api to Frotnend

Awesome Lists containing this project

README

          

## Real time API with Bitcoin Data changes every 8 seconds

### Build with TypeScript, SocketIO, MongoDB, Koa, Vue

![alt text](./client/public/app.png)

#### Project Setup

```
cp.env.example .env
cd client && npm install && cd .. && npm install
npm run build
npm run start
```