Skip to content

isuruwa/CHAT-ROOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages