Jezzu / teezeepee

a TCP based chat room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a TCP based chat room

License:MIT License


Languages

Language:Python 100.0%