ulfius: ulfius (HTTP Framework for REST Applications in C)
ulfius:
ulfius: HTTP Framework for REST Applications in C.
ulfius:
ulfius: Based on GNU Libmicrohttpd for the backend web server, Jansson for
ulfius: the json manipulation library, and Libcurl for the http/smtp client
ulfius: API.
ulfius: Used to facilitate creation of web applications in C programs with
ulfius: a small memory footprint, as in embedded systems applications.
ulfius: You can create webservices in HTTP or HTTPS mode, stream data, or
ulfius: implement server websockets.