An open API service indexing awesome lists of open source software.

https://github.com/gotz1480/websocket-example

Websocket example in C language.
https://github.com/gotz1480/websocket-example

websocket websocket-client websocket-example websocket-server websocket-server-client winsock winsock2

Last synced: about 2 months ago
JSON representation

Websocket example in C language.

Awesome Lists containing this project

README

        

# websocket-example
Websocket example in C language using TCP/IPv4 protocols with client and server side. Server needs to be run first in order for the client to receive the message. The implementation differs whether the application is being run in Windows systems or Unix systems.