Skip to content

ak811/tcp-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages