Skip to content

giannimassi/go-echarts-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-echarts-ws

A simple wrapper for quickly setting up a web page with a chart updated via websocket and rendered with github.com/go-echarts/go-echarts.

Installation

To use this module in your project:

go get -u github.com/giannimassi.go-echarts-ws

Example

To try out the example:

go run examples/line/main.go

This will start a web server that shows simple line graph updated with a new value every second.

Note

This is currently just a toy for the author to do some quick visualization. Feel free to get in touch with me if you think it would be worth to spend some time on this to make it useful outside of the current scope.

About

Websocket Handler for go-echarts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages