Zelphir Kaltstahl 6ebdf91e1c restructure web server examples preparing further work il y a 5 ans
..
README.org 6ebdf91e1c restructure web server examples preparing further work il y a 5 ans
main.scm 2eb9c40fe7 add fibers web server using example il y a 5 ans

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.