skuenzer / app-httpreply

A simple HTTP echo server example for Unikraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP reply on Unikraft

To build and run this application please use the kraft script:

pip3 install git+https://github.com/unikraft/kraft.git
mkdir my-first-unikernel && cd my-first-unikernel
kraft up -p PLATFORM -m ARCHITECTURE httpreply

For more information about kraft type kraft -h or read the documentation.

About

A simple HTTP echo server example for Unikraft.

License:Other


Languages

Language:C 100.0%