isuruwa / CHAT-ROOM

A Simple CHAT-ROOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHAT-ROOM :

CHAT-ROOM

visitors


  • A Simple CHAT-ROOM developed Using Python Socket as a demonstration of using Python Socket Module .

  • The socket module from the Python Standard Library provides the equivalent of BSD socket interface. The socket module provides various objects, constants, functions and related exceptions for building full-fledged network applications including client and server programs.

In order to run You need Python 3.7.6 or greater

INSTALLATION [Termux] [Linux] :

  • apt-get update -y
  • apt-get upgrade -y
  • apt install python -y
  • git clone https://github.com/isuruwa/CHAT-ROOM
  • cd CHAT-ROOM

Starting the server :

  • python server.py

Joining To Server :

  • python client.py

About

A Simple CHAT-ROOM

License:MIT License


Languages

Language:Python 100.0%