Skip to content

ubiregiinc/graphviz-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphvizServer

デモサイト

https://ubiregiinc.github.io/graphviz-server/index.html

仕様

  • index.html にサンプルコードがあります
  • bodyパラメータをつけて送るとレスポンスに encoded_png がBase64エンコードされた画像が入ってきます
    • クライアントではBase64デコードして表示する
  • 画像のレンダリング(dotコマンド)に失敗した場合は error_msgに理由が書いています
  • ステータスコードは常に200を返します

LICENSE

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 51.4%
  • HTML 48.6%