Skip to content

ak811/tcp-socket

Repository files navigation

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.

About

TCP-based Messenger by Socket Programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages