kota's memex

https://tildegit.org/solderpunk/molly-brown

scgi

gemini://gemini.bunburya.eu/gemlog/posts/2021-04-07-dynamic-content-scgi-gemini.gmi

  1. Client sends a request to the server
  2. Server sends information about the request to a socket
  3. Another running program (the SCGI application), reads the information from the socket
  4. The SCGI application sends some output back to the socket
  5. The server reads the output from the sockets and sends it to the client