# Client_Server_Model **Repository Path**: sysu_nww/Client_Server_Model ## Basic Information - **Project Name**: Client_Server_Model - **Description**: HTTP-like protocol - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Client-Server Model ###*1. request* There are two type requests. One is asking the server for files, and the otrher is asking the server to forward messages. The request body is a json, which consist of two fileds,'request-type' and 'request-body'. *request for file* In this condition, request-type is 0,