Skip to content

oec/playdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playdot - A simple playground for dpic and dot

A simple webservice that displays an editor for dpic- and dot-input and shows the SVG-output or error messages below it. Allows for sharing of links to the input.

You must first install

before you can use playdot properly.

Screenshots:

dot screenshot dpix screenshot

Install

% go get github.com/oec/playdot
% cd $GOPATH/src/github.com/oec/playdot
% go build

To run the server on port 9999 without TLS:

% ./playdot -l :9999
2017/11/22 18:13:13 handler for /dot/ registered
2017/11/22 18:13:13 handler for /dpic/ registered
2017/11/22 18:13:13 listening non-tls on :9999

See ./playdot -h for further options.

About

A playground for dpic and dot in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published