summaryrefslogtreecommitdiffstats
path: root/libraries/ulfius/README
diff options
context:
space:
mode:
author Yth - Arnaud <yth@ythogtha.org>2018-05-07 20:22:07 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-12 06:58:24 +0700
commite122364f9a9c1531aa1c390b8bd1d1a569aa665f (patch)
tree6193efaca50f396a6dace3d7708177eb62bafe93 /libraries/ulfius/README
parentbff9bbd7bb40b739d1342b33e7c3125b27f413c3 (diff)
downloadslackbuilds-e122364f9a9c1531aa1c390b8bd1d1a569aa665f.tar.gz
slackbuilds-e122364f9a9c1531aa1c390b8bd1d1a569aa665f.tar.xz
libraries/ulfius: Added (HTTP Framework for REST Applications in C).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/ulfius/README')
-rw-r--r--libraries/ulfius/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/ulfius/README b/libraries/ulfius/README
new file mode 100644
index 0000000000..1c56806f86
--- /dev/null
+++ b/libraries/ulfius/README
@@ -0,0 +1,10 @@
+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.