Based on the offical django channels tutorial + some added features:
1- Users can choose a username while entering a room.
2- Usernames are shown next to messages in chatrooms.
3- Chat area auto scrolls to the last sent message.
4- Enhanced UI.
An example of a real time chatroom application using django and websockets.
Python