https://github.com/tmattio/mirage-demo
Demo of an HTTP server built with MirageOS, deployed on GCP
https://github.com/tmattio/mirage-demo
gcp mirageos ocaml unikernel
Last synced: about 1 year ago
JSON representation
Demo of an HTTP server built with MirageOS, deployed on GCP
- Host: GitHub
- URL: https://github.com/tmattio/mirage-demo
- Owner: tmattio
- License: mit
- Created: 2020-04-07T00:58:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T01:21:57.000Z (about 6 years ago)
- Last Synced: 2025-03-29T11:06:28.872Z (over 1 year ago)
- Topics: gcp, mirageos, ocaml, unikernel
- Language: HCL
- Size: 2.87 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Mirage Demo
[](https://github.com/tmattio/mirage-demo/actions)
Demo of an HTTP server built with MirageOS
## API
The server serves the following endpoints.
### `GET /`
Returns the string `Hello World`.
```bash
$ curl http://35.224.1.215/
Hello World
```
## Contributing
Take a look at our [Contributing Guide](CONTRIBUTING.md).
## TODO
- Build image with commit ID
- Fix network routing issue