Skip to content

HamzLDN/Instant_chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant ChatRoom

In this application you can join multiple chatrooms and communicate with others across the globe.

This project is written in python and it uses tcp sockets to send the data across.

Features

  • Create your own chatroom
  • Communicate to other random strangers
  • Cross platform

Screenshots

App Screenshot

Installation Guide

  git clone https://github.com/HamzLDN/Instant_chatroom.git
  cd Instant_chatroom

Installation server guide

Once you are in Instant_chatroom you can start the server by runnning the command below

python main.py

Once the server is running it should run on port 1234. You can also access the console and chatlogs in the server. I will show you how to do this with all the available commands below.

Available commands once you type help

'list chatrooms' to show all available chatrooms
'show chatroom <id>' to view chatlogs
'show active' to view active chatlogs

Installation client guide

Once you are in Instant_chatroom you can start the server by runnning the command below

python client.py

About

Instant chatroom where people can communicate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages