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.
- Host: GitHub
- URL: https://github.com/gotz1480/websocket-example
- Owner: gotz1480
- Created: 2021-10-09T05:11:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T23:42:20.000Z (over 3 years ago)
- Last Synced: 2025-04-04T13:13:21.309Z (about 2 months ago)
- Topics: websocket, websocket-client, websocket-example, websocket-server, websocket-server-client, winsock, winsock2
- Language: C
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.