C client for socket.io

后端 未结 4 589
别跟我提以往
别跟我提以往 2021-01-15 09:07

I am trying to establish a connection from a program in C to a node server with socket.io.

The only way I could figure out was to make http request from the C progra

4条回答
  •  旧时难觅i
    2021-01-15 09:35

    If you are looking for a library and examples try libwebsockets

    It has both client and server capability and I hope it should help you out well with its documentations and examples.

提交回复
热议问题