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
# Datastar SDK Demo

Exercises all major Datastar SDK commands:

- `from datastar-signals` - Parse signals from POST body
- `to datastar-patch-signals` - Update reactive state
- `to datastar-execute-script` - Run JavaScript on client
- `to datastar-patch-elements` - Modify DOM elements

## Run

```bash
cd examples/datastar-sdk
cat serve.nu | http-nu :3003 -
```

Visit http://localhost:3003