To anyone who has difficulty to install Artanis, try docker: -------------------------------------------
$ docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp -p 127.0.0.1:8080:8080 bopjiang/artanis guile example/simple_http_server.scm $ curl 127.0.0.1:8080/hello hello world -------------------------------------------- China mainland user may need ladder. Don't ask if you don't know what is ladder. ;-) On Fri, May 19, 2017 at 11:26 PM, Fox <[email protected]> wrote: > yup... the framework kept serving, even without database here ;-) > >
