Hello,

Le 2019-01-29 10:16, Moritz Warning a écrit :

can someone point me to an example of using websockets with libmicrohttpd?

As others, I made an implementation of a websocket service with MHD underneath.
https://github.com/babelouest/ulfius/blob/master/src/ulfius.c#L529

Mine is so entangled with the framework above MHD that it's probably not the better example to understand websockets service with MHD though.

/Nicolas

Reply via email to