babelouest / ulfius

Web Framework to build REST APIs, Webservices or any HTTP endpoint in C language. Can stream large amount of data, integrate JSON data with Jansson, and create websocket services
https://babelouest.github.io/ulfius
GNU Lesser General Public License v2.1
1.08k stars 182 forks source link

[Feature request] - Use other backend library than libmicrohttd #160

Closed trox17 closed 2 years ago

trox17 commented 4 years ago

Hello

one question: ulfius is based on libmicrohttp from GNU ?

could we easily replaced this by another http library like for example apache or ngnix ?

regards

babelouest commented 4 years ago

Hello @trox17 ,

I don't know if this would be easy but I suppose it would be feasible with minor change in Ulfius' API. Although I don't know any other http library. But if you want to provide a patch or a pull request, I'd be happy to help and review it!