You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple implementation of RabbitMQ (Publisher/Consumer) with PyQt5 for GUI.
About
Collaborative Editor is simple implementation using RabbitMQ and PyQt5 for a GUI. It features multiple clients, each with three paragraphs. When one client edits a paragraph, the corresponding paragraph on the other client is locked, and vice versa, ensuring synchronized editing. RabbitMQ manages the messaging for real-time updates.