This repository contains experiments to interactively pipe content while working at the command line to a web interface.
xs-with-deno.mp4
- HTTP served with: deno2 + hono (perfect for using with smallweb)
- Event bus: xs / content is edited directly on the event stream
- aux tools: minijinja-cli
- Client side: vanilla JS, SSE
basics: as lo-fi as can be?
html-cat.mp4
- HTTP served with: http-sh + Bash
- Event bus: cat >> bus; tail -F bus (srsly)
- aux tools: jq, jo
- Client side: htmx, SSE