mirage / mirage-skeleton

Examples of simple MirageOS apps
The Unlicense
227 stars 93 forks source link

An example unikernel that just serves a website via HTTP would be great to have #397

Open hannesm opened 5 months ago

hannesm commented 5 months ago

There's no need for using a lot of dependencies - esp. the complexity of TLS (HTTPS) should be avoided. I understand that we have "static_website_tls" and "http" (next to "network"), but I feel there could be a very simple useful unikernel that shows the basics.

I thought about this especially when working on https://github.com/mirage/operator-handbook

ndcroos commented 2 months ago

Hi, can I work on this issue please?