Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 677 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 677 Bytes

Rooms - Simple Messaging Service

Rooms is a minimalistic, easy-to-use messaging service that utilizes the publish/subscribe pattern. It's designed to work seamlessly with just a plain WebSocket implementation, requiring no additional client libraries.

Understanding Publish/Subscribe Pattern

The publish/subscribe pattern is a messaging paradigm where messages are published without the knowledge of what or if any subscriber of the data exists. It offers a high level of flexibility and scalability. Learn more about this pattern on Wikipedia.

Usage

Refer to the example provided for a practical guide.