This is my another vacation project which is group chatting website.This website is based on Django python web framework and application of Websockets.Websockets are implemented with Django using django-channels and channel-redis.This website is deployed on Heroku with AWS S3 (Amazon Web Services) for storing user files.
You can explore more on : https://rudresh-chatgroup.herokuapp.com/
- First page is a login page Which will ask for username name and password
- At bottom of login container there is a link for Sign Up page for new users
- After logging in you will be directed to homepage of website where you can see all your Groups listed.
- You can click on any of the the group to enter chatting lobby.
- From here you will be directed to Group Profile if you click on the group name above, where you can change group profile image and info.
- There is a similar page for User Profile also.
- There are also features like Search User to search available users on site, search finds the users whose name matchs to initails of entered text.
- django
- django-channels
- channel-redis
- crispy-form-tags
- Bootstrap 4
- Reconnecting-websockets by joewalnes