Skip to content

Go server for an embedded React app with trading view charts

Notifications You must be signed in to change notification settings

evzpav/tradingviewcharts-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trading View Lighweight Charts embedded in Go

React app with TradingView Lightweight Charts embedded in a Go server

# 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

About

Go server for an embedded React app with trading view charts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages