slackbuilds_ponce/libraries/ulfius
Arn0 87f77ec5c6
libraries/ulfius: updated for version 2.7.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-03-27 08:41:16 +07:00
..
README
slack-desc
ulfius.info libraries/ulfius: updated for version 2.7.2 2021-03-27 08:41:16 +07:00
ulfius.SlackBuild libraries/ulfius: updated for version 2.7.2 2021-03-27 08:41:16 +07:00

Ulfius - HTTP Framework for REST Applications in C.

Based on GNU Libmicrohttpd for the backend web server, Jansson for the
json manipulation library, and Libcurl for the http/smtp client API.

Used to facilitate creation of web applications in C programs with a
small memory footprint, as in embedded systems applications.

You can create webservices in HTTP or HTTPS mode, stream data, or
implement server websockets.