Zelphir Kaltstahl 439979d2b3 reorganize examples for Guile web development 3 years ago
..
README.org 439979d2b3 reorganize examples for Guile web development 3 years ago
main.scm 439979d2b3 reorganize examples for Guile web development 3 years ago

README.org

General information

This is an example project using fibers web server in a very rudimentary way.

Dependencies

  1. guile-fibers >= 1.0.0 (available on Guix packge manager)

Running

Use Guile to run ~main.scm~:


guile main.scm

You should then be able to reach the server at http://localhost:8080.