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

https://github.com/evzpav/tradingviewcharts-go

Go server for an embedded React app with trading view charts
https://github.com/evzpav/tradingviewcharts-go

candlestick-chart golang tradingview-charting-library

Last synced: 7 months ago
JSON representation

Go server for an embedded React app with trading view charts

Awesome Lists containing this project

README

          

# Trading View Lighweight Charts embedded in Go

React app with [TradingView Lightweight Charts](https://github.com/tradingview/lightweight-charts) embedded in a Go server

``` bash
# install dependencies
npm --prefix charts/trading-view-react/ install

# build react
npm --prefix charts/trading-view-react/ run build

# run go server server build folder inside charts/trading-view-react/build
go run cmd/main.go
# server will be running on http://localhost:9901

# it grabs BTCUSDT 1h candlestick data from Binance
# react app make srequest to http://localhost:9901/data and renders the chart
```
[](./tradingviewcharts-go.png)