C client for socket.io

后端 未结 4 554
别跟我提以往
别跟我提以往 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条回答
  •  野的像风
    2021-01-15 09:34

    You can also try cellophane.io:

    https://github.com/ikeralbeniz/cellophane.io

    it is still buggy so it is only fot testing or POCs..

提交回复
热议问题