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
# v0.4.3

## Highlights

- Cross-platform release workflow with Dagger builds (macOS ARM64, Windows AMD64, Linux ARM64, Linux AMD64)
- Upgraded to Nushell 0.105.1
- Added `to sse` command for Server-Sent Events: `{data: 'hello'} | to sse` outputs `"data: hello\n\n"`

## Raw commits

* feat: add cross-platform release workflow with Dagger builds + Nushell 0.105.1 (#12) (2025-06-25)
* build(deps): vendor openssl for aarch64-musl target (2025-06-25)
* feat(scripts): add cross-compilation script and reorganize build scripts (2025-06-25)
* feat: add a `to sse` command (2025-06-25)
* Update README.md (2025-06-25)