https://github.com/barrettotte/sock-server
A simple multithreaded server to learn more about sockets and multithreading with C.
https://github.com/barrettotte/sock-server
c c-socket-programming threading
Last synced: 3 months ago
JSON representation
A simple multithreaded server to learn more about sockets and multithreading with C.
- Host: GitHub
- URL: https://github.com/barrettotte/sock-server
- Owner: barrettotte
- Created: 2019-12-12T20:01:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T23:40:03.000Z (over 5 years ago)
- Last Synced: 2025-02-03T13:13:19.076Z (4 months ago)
- Topics: c, c-socket-programming, threading
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sock-server
A simple multithreaded server to learn more about sockets and multithreading with C.
## Commands
* server: ```./server```
* client: ```./client ```## References
* https://beej.us/guide/bgnet/html/