Next: Try simple URL remapping, Previous: Use Guile REPL and verify GNU Artanis installation, Up: Hello World [Contents]
Run this code in your console:
guile -c "(use-modules (artanis artanis))(init-server)(run)" ## You'll see this screen: Anytime you want to Quit just try Ctrl+C, thanks! http://0.0.0.0:3000
Assuming there’s a file named "index.html" in the current path. Now you may try http://localhost:3000/index.html in your browser. It’s simple to fetch static file with the path in URL: http://localhost:3000/path/filename