Skip to content

adyatlov/rooms

Repository files navigation

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.

About

Simple messaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages