Demo of an HTTP server built with MirageOS, deployed on GCP
  • HCL 35.7%
  • OCaml 34.4%
  • Shell 10.5%
  • Dockerfile 9.8%
  • Makefile 6.8%
  • Other 2.8%
Find a file
2020-04-06 21:21:53 -04:00
.github/workflows Install syslinux to release 2020-04-06 21:21:53 -04:00
infra Add target flags 2020-04-06 21:02:46 -04:00
lib Initial commit 2020-04-06 20:58:57 -04:00
mirage Initial commit 2020-04-06 20:58:57 -04:00
script Initial commit 2020-04-06 20:58:57 -04:00
test Initial commit 2020-04-06 20:58:57 -04:00
.dockerignore Initial commit 2020-04-06 20:58:57 -04:00
.gitattributes Initial commit 2020-04-06 20:58:57 -04:00
.gitignore Initial commit 2020-04-06 20:58:57 -04:00
.ocamlformat Initial commit 2020-04-06 20:58:57 -04:00
CHANGES.md Initial commit 2020-04-06 20:58:57 -04:00
CONTRIBUTING.md Initial commit 2020-04-06 20:58:57 -04:00
Dockerfile Initial commit 2020-04-06 20:58:57 -04:00
dune-project Initial commit 2020-04-06 20:58:57 -04:00
LICENSE Initial commit 2020-04-06 20:58:57 -04:00
Makefile Initial commit 2020-04-06 20:58:57 -04:00
mirage-demo.opam Initial commit 2020-04-06 20:58:57 -04:00
mirage-demo.opam.template Initial commit 2020-04-06 20:58:57 -04:00
README.md Update todos 2020-04-06 21:05:18 -04:00

Mirage Demo

Actions Status

Demo of an HTTP server built with MirageOS

API

The server serves the following endpoints.

GET /

Returns the string Hello World.

$ curl http://35.224.1.215/
Hello World

Contributing

Take a look at our Contributing Guide.

TODO

  • Build image with commit ID
  • Fix network routing issue