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

add websocket support #16

Open fraunhofer-iis-bot opened 5 years ago

fraunhofer-iis-bot commented 5 years ago

In GitLab by @cstender on Jul 26, 2019, 12:07

Websocket support shall be implemented directly into libjapi.

List of existing libraries:

https://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations

fraunhofer-iis-bot commented 4 years ago

In GitLab by @cstender on Mar 23, 2020, 16:53

Please avoid GPL license! LGPL, MIT or similar is fine.

fraunhofer-iis-bot commented 4 years ago

In GitLab by @cstender on Mar 23, 2020, 17:20

Three candidates:

http://www.aspl.es/nopoll/

http://facil.io/

https://libwebsockets.org/