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: 3 months ago
JSON representation
Go server for an embedded React app with trading view charts
- Host: GitHub
- URL: https://github.com/evzpav/tradingviewcharts-go
- Owner: evzpav
- Created: 2022-08-01T23:47:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T18:34:39.000Z (over 3 years ago)
- Last Synced: 2025-04-02T20:53:33.157Z (about 1 year ago)
- Topics: candlestick-chart, golang, tradingview-charting-library
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)