GitHub topics: tcp-socket-server-c
sakmus/basic-tcp-server
This is a basic TCP server-client model built with plain C with socket programming. This program also offers concurrency by handling multiple clients at the same time with the thread-per-client model. This is very simple, easy and lightweight.
Language: C - Size: 18.6 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

eeyribas/TCP-Server-Client-CPP
The repo contains TCP communication Client and Server applications. The applications are coded in the C++ programming language, using C-based libraries. IDEs that compile C/C++ programming languages can be used.
Language: C++ - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

ahmetozlu/tcp_socket_programming_c_server
TCP Socket Programming implementation of server side in c programming language.
Language: C - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 8 - Forks: 9
