Skip to content

A simple chat applcation using Python and Socket.io

Notifications You must be signed in to change notification settings

OrdoGeek/SimpleChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SimpleChatApp

A simple chat applcation using Python and Socket.io

DESCRIPTION

This Chat Application was implemented using Python and Socket IO framework, with libraries like join_room, leave_room, send, and others. Also, it is used HTML and CSS. The app allows to connect 2 or more users to the same socket server for starting a conversation.

Note: The App was built with this youtube tutorial: https://www.youtube.com/watch?v=mkXdvs8H7TA. It was amazing to build this project. I learned so much form it.

CODE - SOLUTION

you can find the script right here on this repository

IMPLEMENTATION

First, Luis Miguel will enters to the room, so he types his name and clicks "Create a Room". Screenshot from 2023-07-26 17-55-01

The Chat Room is created with a random code. In this case the code is VRRO: Screenshot from 2023-07-26 17-55-25

If he does not type a name, an error is printed:

Screenshot from 2023-07-26 18-16-26

Then, another user wants to enter the room, so he types his name and clicks "Join a Room". An error is printed because he did not type a Room Code:

Screenshot from 2023-07-26 18-16-43

The Room Code is typed and Santiago is able to enter the Room:

Screenshot from 2023-07-26 17-55-47

Screenshot from 2023-07-26 17-56-03

They start a conversation in the Chat Room

Screenshot from 2023-07-26 17-58-47

Finally, another user called "Lucas" enters to the Room and Luis Miguel leaves the room.

Screenshot from 2023-07-26 18-27-26

Releases

No releases published

Packages

No packages published