GSOC 2025 Projects for DJANGO

Would this proposal be effective for GSoC 2025? (Your feedback would be greatly appreciated.)
Django, while being a powerful framework for building web applications, does not natively offer robust support for WebSockets. WebSockets enable real-time, full-duplex communication between the client and server, which is essential for modern applications like live chats, notifications, and real-time updates.

This project aims to enhance Django by implementing a more integrated and seamless support for WebSockets. This would enable Django developers to easily build real-time applications within the Django ecosystem without relying on third-party tools or complex configurations.