Streamy

screenshot of Streamy

Streamy

Use meteor underlying sockets for realtime communications

Overview

Streamy is a package that allows users to directly use Meteor streams with a friendly API. It provides features for sending messages with associated data to sockets, registering and unregistering message handlers, handling broadcasting, and supporting communication between multiple Meteor servers.

Features

  • Direct Messaging: Send messages with associated data to a specific socket.
  • Message Handling: Register and unregister message handlers for specific message types.
  • Broadcasting: Send a message to every connected session.
  • Client-Side Handling: Ability to handle connections and disconnections on the client side.
  • Communication Between Servers: Support for communication between multiple Meteor servers.

Summary