Design a collaborative to-do list application. Users should be able to create to-do lists and individual tasks, share lists with other users, and concurrently edit the same list in real time. The system must handle multi-user synchronization, real-time update notifications, and read/write conflict resolution…