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
- Host: GitHub
- URL: https://github.com/evzpav/tradingviewcharts-go
- Owner: evzpav
- Created: 2022-08-01T23:47:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T18:34:39.000Z (over 2 years ago)
- Last Synced: 2023-03-05T15:40:21.380Z (over 2 years ago)
- Topics: candlestick-chart, golang, tradingview-charting-library
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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)