Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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