Dragon2fly / simpleTCP

a simple tcp server and client, serve as a basic for chat programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simpleTCP

a simple tcp server and client, serve as a basic for chat programs

These are a very basic server and client base on tcp tunnel run on custom port.

The server will listen for up to backlog connection on the line.

The client waits for user input message, then makes connection to the server, sends the message to the server and close connection. Then repeat again untill user inputs an empty message.

About

a simple tcp server and client, serve as a basic for chat programs


Languages

Language:Python 100.0%