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.
- Create your own chatroom
- Communicate to other random strangers
- Cross platform
git clone https://github.com/HamzLDN/Instant_chatroom.git
cd Instant_chatroomOnce you are in Instant_chatroom you can start the server by runnning the command below
python main.pyOnce 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 chatlogsOnce you are in Instant_chatroom you can start the server by runnning the command below
python client.py