unikraft / catalog

Unikraft Applications & Examples Catalog
32 stars 31 forks source link

feat(examples): Introduce HTTP C application #3

Closed razvand closed 11 months ago

razvand commented 11 months ago

Introduce HTTP reply native application for Unikraft. This is a simple HTTP server that provides the same HTML reply for each request.

Add required files: Kraftfile, implementation in main.c, Makefile.uk and README.md.