Skip to content

Instantly share code, notes, and snippets.

@darkblue-b
Created January 6, 2017 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkblue-b/470b5516e3fd826d6738e257676f9f25 to your computer and use it in GitHub Desktop.
Save darkblue-b/470b5516e3fd826d6738e257676f9f25 to your computer and use it in GitHub Desktop.
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
"browser" ->
"http_request" ->
"server" ->
"routes" ->
"controller" ->
"model" -> "controller"
"controller" -> "response"
"response" -> "view" -> "html"
"response" -> "json"
"response" -> "browser"
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment