unikraft / catalog

Unikraft Applications & Examples Catalog
23 stars 29 forks source link

feat(native): Add HTTP server using tokio, built natively #54

Open Mihnea27 opened 5 months ago

Mihnea27 commented 5 months ago

Introduce a HTTP tokio server, that can be built natively for Unikraft.

mkroening commented 3 months ago

I opened https://github.com/unikraft/catalog/pull/100.

Mihnea27 commented 3 months ago

Sorry for my late reply @mkroening, I was away the past days. Yes, i agree it is a very barebones implementation for a HTTP server, my point was to prove that tokio works, as initially I had some problems with it. Depending on what @razvand considers, I can close this PR and leave the one with axum that you opened. There is already an example with tokio in bincompat mode in the catalog anyways.