slackbuilds/libraries/ulfius
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
ulfius.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
ulfius.info libraries/ulfius: updated for version 2.7.3 2021-07-03 10:10:23 +07:00

README

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.