1
0
Fork 0
forked from fun/fun
fun/docs/examples/data/htdocs/counter.md

551 B

counter.fun (CGI)

  • Location: examples/data/htdocs/counter.fun
  • Category: CGI script used by HTTP server examples

Description

  • Simple stateful counter example for CGI; demonstrates reading and updating a value across requests (implementation details in script).

How to run

  • Through one of the HTTP server examples, e.g.:

See also

  • docs/examples/httpserver.md (deep-dive)