Skip to content
#

multithreaded-tcp-server

Here are 23 public repositories matching this topic...

This repository contains a simple concurrent TCP server and client implemented in C++. The server is designed to handle multiple simultaneous connections using pthreads, and the client can connect to the server, send messages, and receive responses.

  • Updated Feb 29, 2024
  • C++

A C++ project for the "Κ24 System Programming" course at DiT, NKUA. This repository contains a multi-threaded data server and a corresponding remote client, implementing file transfers over TCP/IP. The server uses mutexes for synchronization and a custom queue for managing requests, while the client requests and receives files.

  • Updated Nov 7, 2023
  • C++

Improve this page

Add a description, image, and links to the multithreaded-tcp-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multithreaded-tcp-server topic, visit your repo's landing page and select "manage topics."

Learn more