Skip to content

flash6083/Python-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A simple chat application using Python

This application uses two nodes, namely a Host and a Server. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. The Socket Library of Python is used to provide a form of inter-process communication.

Steps to make it work:

  1. Open any CLI and run SERVER.py file
  2. Open another tab on your terminal and run the HOST file.
  3. Now send and receive messages as per the instructions given in the terminal.

About

It is a NON-GUI, socket based chat application, made using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages