dv

command module
v0.0.0-...-7dbb336 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2021 License: MIT Imports: 4 Imported by: 0

README

dv

Simple Websocket based data visualization server

Usage

Start the server
# dv --server
Open your browser
http://localhost:10000
Start showing any data
# cat image.jpg | dv
# curl source.com/some.json | dv
# ls | dv
To debug data from your program
dv := sender.NewSender(sender.DefaultOpts)
dv.SendData(map[string]interface{}{"This data": "Will be send"})
Example session

Example Session

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL