Skip to content

gmlunesa/teezeepee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zhat

Open Source Love

A TCP based chat room.

Overview

  • Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite.
  • TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating by an IP network. via

Structure

  • Server provides a port for messages, transmits incoming messages to all connected clients
  • Client can send and receive messages in real time, with multi-threading and an asynchronous I/O framework.

Technical Details

  • Python: v3.6+ via
  • ZeroMQ: a brokerless messaging library via

Contact

forthebadge

Releases

No releases published

Packages

No packages published

Languages