Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 1 forks source link

Read request specifications #38

Open fraunhofer-iis-bot opened 2 years ago

fraunhofer-iis-bot commented 2 years ago

In GitLab by @jannismain on Nov 3, 2021, 09:15

This is required to implement the advanced solution outlined in #27