I have a websocket server written in C and client also in C. I want to take a picture convert it to binary data , send it through the websocket and decode that picture so other client could see it. Is this possible to be implemented in C, because all the examples that I saw are written in C++ and C#. Thanks in advance
问问题
652 次