cURLsrv
Published
Web server that hosts cURL-able terminal animations. This is nothing more than a small Flask app that hosts files at a fixed transfer rate. There’s also some user agent filtering to keep non-cURL clients out.
See it in action:
curl curl.blaines.world
Should produce the following on a VT100 compatible terminal:
Links
- Source Web server source code