A Tiny HTTP Server in Yar
Yar can now serve HTTP. Not a framework, not a router, not a production web stack. Just a small stdlib package that wraps TCP, parses one request, calls a handler, writes a response, and closes the connection.
HTML, CSS, and just enough JavaScript to get the job done. Building for the web without the ceremony.
Yar can now serve HTTP. Not a framework, not a router, not a production web stack. Just a small stdlib package that wraps TCP, parses one request, calls a handler, writes a response, and closes the connection.
A toast notification does not need React, a provider, a portal, or a bundle. HTMX out-of-band swaps plus a little CSS get most of the way there.