/tcp-socket

TCP-based Messenger by Socket Programming

Primary LanguagePythonMIT LicenseMIT

TCP-Socket

TCP-based Messenger by Socket Programming


Overview

This project utilizes the Transmission Control Protocol (TCP) as one of the main protocols of the Internet Protocol Suite to establish a reliable, stream-based connection between the client and server through socket programming, enabling users to send and receive messages in real-time.


Getting Started

1. Fork TCP-Socket and clone the repository:

* git clone git://github.com/ak811/tcp-socket.git

2. Import the project via any Python IDEs and import the following libraries:

import socket
import os

3. You're ready to go!

* The documentation will be provided soon.