penguin 0.1.9

Dev server with auto-reload, static file server, proxy support, and more. Language and framework agnostic. This is the library crate, but Penguin exists as a CLI app, too.
Documentation
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>Failed to connect to the proxy target.</title>
  </head>
  <body>
    <h1>Failed to connect to the proxy target.</h1>
    <pre>{{ error }}</pre>
    <script src="{{ control_path }}/client.js" defer></script>
  </body>
</html>