Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.54 KB

This repository contains experiments to interactively pipe content while working at the command line to a web interface.

image

Available branches / experiments:

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
html-cat-xs.mp4
  • HTTP served with: http-sh + Bash + Nushell
  • Event bus: xs / content is edited in files / watchexec -> xs
  • aux tools: minijinja-cli
  • Client side: htmx, SSE