Skip to content

beatriangu/Django_3_Final

Repository files navigation

Django_3_Final

ex00 To develop a connection/disconnection system using AJAX to handle user authentication without refreshing the page by using a POST request.

ex01 "Basic Chat" 3 different chatrooms stored in a database using a suitable model. You should implement a fully functional chat system that uses jQuery and Websockets for communication (no AJAX).

ex02 "History" Last three messages posted in that chatroom, displayed from top to bottom in chronological order (oldest to newest). The implementation must use jQuery for the frontend and Websockets for server communication.

ex03 "Userlist" A dynamic user list that update sin real-time.Using jQuery for the frontend and Websockets for server communication.

ex04 "Scroll"Fixed-size container for the messages and the scrollbar must always be positioned at the bottom in order to see just the last three fisrt.

⚠️ "With Daphne, you'll find her in first place under your installed apps settings. She is the Chief of Communications!"

100.png

About

Real-time chat application built with Django and WebSockets. Includes AJAX-based authentication, multi-room chat, message history and live user list updates.

Topics

Resources

Stars

Watchers

Forks

Contributors