Skip to content

kidscoots101/tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Caleb Han

Transmission Control Protocol (TCP) server

  • Listens on a port (127.0.0.1:8080) and accepts connections from TCP clients.
  • Client initiates connection reqeust to TCP server to setup connection with server.
  • Server gets access to Client data - such as Browser Name, OS System etc.
  • The communications for delivering data and messages through the same network.

How to run?

Clone this repositry

# using git
git clone

Open terminal and type

./src/tcp

Open up the 127.0.0.1:8080 link in your browser to establish a connection with the TCP server.

More about Rust

About

Transmission Control Protocol (TCP) server built in Rust programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages