Skip to content

Jayaprakash-dev/Python-Messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Messenger

A real time messaging app, which uses sockets connection both in client and server side.

It was created using the Django framework which has the in-built sockets' library called Django-Channels, that gives us the ability to connect with the client-side application in real time.

In the client side of the application, I used the Websockets API with Javascript to establish a connection with the server.

To run the app

Make sure you have installed Django & Redis on your system. Run the manage.py file from the root folder.

  • On Windows:

  • py manage.py runserver

  • On Unix / Linux:

  • python3 manage.py runserver

Note: Before running the manage.py command, run the following commands

  • python manage.py makemigrations and then python manage.py migrate

and then start the redis server.

  • redis-server

Dependencies

If running from source then dependencies can be installed from the requirements.txt file.

Screenshots

Signin Page

Signup Page

Home Page

Home Page

Chat Page

Chat Page

Credits

Icons: https://icons8.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published