# ServerClient **Repository Path**: komgcn/ServerClient ## Basic Information - **Project Name**: ServerClient - **Description**: C++ Server-Client application Two C++ Server to Multi-Client applications, one TCP-based and one UDP-based. The TCP server keeps responding with a stupid message no matter what clients send. The UDP server also respond with stupid message upon receiving message, however clients will not receive the message unless connected to the server via calling connect() function. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-20 - **Last Updated**: 2021-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ServerClient C++ Server-Client application Two C++ Server to Multi-Client applications, one TCP-based and one UDP-based. The TCP server keeps responding with a stupid message no matter what clients send. The UDP server also respond with stupid message upon receiving message, however clients will not receive the message unless connected to the server via calling connect() function.