Next: Initialization, Up: Basic in GNU Artanis [Contents]
This is the simplest case to run a site:
#!/bin/env guile !# (use-modules (artanis artanis)) (init-server) (get "/hello" (lambda () "hello world")) (run)