Simple chat app created by django channels, that "will" provides the main functions you'd expect from a chat, such as emojis, private messages, an admin system, etc..
Project is created with:
- Django version: 3.2.9
- Channels version: 3.0.4
- Group chat
- Real-time communication with WebSocket
git clone https://github.com/ErfanPY/channels_app.git
cd channels_app
pip install -r requirements.txt
cd chatproj
python3 manage.py runserver
- Group chat
- Provide some screenshots for README
- Authentication
- Chats list
- Front-end for group chat
- Emoji support
- User @mentioning
- Private messaging
- Message deleting (for admins)
- Ability to kick/ban users (for admins)
- See other user's IPs (for admins)