http-nu 0.15.0

The surprisingly performant, Nushell-scriptable, cross.stream-powered, Datastar-ready HTTP server that fits in your back pocket.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# www

The http-nu website. Serves the splash page and documentation.

## Run

```bash
http-nu --datastar :3001 -w www/serve.nu
```

Open <http://localhost:3001>.

The `-w` flag watches for file changes and reloads automatically.
`--datastar` serves the embedded Datastar JS bundle for the interactive demos.

All paths are resolved relative to the script via `path self`, so you can
run from any directory.