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
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="utf-8"/>
    <title>Not found</title>
    <style>
      body {
        font-family: 'sans-serif';
      }
    </style>
</head>
<body>
    <h1>404 – Not found</h1>
    <script src="{{ control_path }}/client.js" defer></script>
</body>
</html>