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
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.