Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T01:21:57.000Z (almost 5 years ago)
- Last Synced: 2024-12-16T02:53:05.324Z (26 days ago)
- Topics: gcp, mirageos, ocaml, unikernel
- Language: HCL
- Size: 2.87 MB
- Stars: 3
- Watchers: 2
- 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
[![Actions Status](https://github.com/tmattio/mirage-demo/workflows/CI/badge.svg)](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