Back to browse
GitHub Repository

The surprisingly performant, Nushell-scriptable, cross.stream-powered, Datastar-ready HTTP server that fits in your back pocket. 🐘💫🚀💜

138 starsRust

HTTP-nu – Nushell-scriptable HTTP server with SSE / Datastar

by ndyg·Feb 17, 2026·14 points·2 comments

AI Analysis

●●●BangerWizardryShip ItNiche Gem

Nushell scripting as HTTP server logic—genuinely inventive alternative to Node/Python boilerplate.

Strengths
  • Nushell integration eliminates boilerplate: data pipelines as route handlers, no separate language context switch
  • Cross-stream-powered means streaming-first design, not bolted-on—SSE and streaming input native, not afterthought
  • Compact binary with plugin system, embedded modules (routing, HTML DSL, Datastar SDK) proves serious tooling, not toy
Weaknesses
  • Niche audience: requires Nushell fluency; tiny ecosystem vs Node/Python/Go HTTP stacks
  • Early ecosystem maturity—plugin stability and third-party library support unproven
Target Audience

CLI-first developers, backend scripting enthusiasts, Nushell users building HTTP services

Similar To

FastAPI · Express.js · Axum

Similar Projects