Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Implemented Famcache Publish/Subscribe protocol #4

Merged
merged 5 commits into from
May 31, 2024

Conversation

hchristine
Copy link
Collaborator

@hchristine hchristine commented May 31, 2024

Famcache Publish/Subscribe protocol implementation

Details

To publish a new event to the famcache server

client.publish('topic', 'data');

To Subscribe to the topic

client.subscribe('topic', (data) => {
  // ...
});

To unsubscribe from the topic

client.unsubscribe('topic');

@hchristine hchristine merged commit ab82cdf into main May 31, 2024
2 checks passed
@hchristine hchristine deleted the feature/pubsub branch May 31, 2024 19:24
@shahen94
Copy link
Member

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants