vpilkauskas / http-alpaca

2 stars 0 forks source link

Most suitable c library for HTTP Server. #1

Open vpilkauskas opened 6 years ago

vpilkauskas commented 6 years ago

Goal is to find c library that would suit our goals and would be possible to wrap for Kotlin usage.

MVP Goals: Start HTTP server for specific host. Serve HTTP Requests.

vpilkauskas commented 6 years ago

One of the suggestions: https://www.gnu.org/software/libmicrohttpd/

vpilkauskas commented 6 years ago

Also this one https://code.google.com/archive/p/mongoose/