项目作者: gopichandpuli9

项目描述 :
This is a chat system based on Client-Server Architecture
高级语言: Python
项目地址: git://github.com/gopichandpuli9/TCP-Chat.git
创建时间: 2021-05-05T11:29:12Z
项目社区:https://github.com/gopichandpuli9/TCP-Chat

开源协议:

下载


TCP-Chat

This is a fully-functioning TCP chat where will have one server that hosts the chat and multiple clients that connect to it and communicate with each other.

This is completely based on client-server architecture.

We will have to run the server first, so that there is a chat, which the clients can connect to. The clients themselves, are not going to directly communicate to each other but via the central server.