Reactive Server-Client Communication with AstroTalker Meteor Package


Summary of my bookmarked Github repositories from Jan 5th, 2016

Github repositories

  • Astrocoders/meteor-talker

    AstroTalker is a Meteor package that allows for reactive communication between the client and server without the need for creating new collections or publications. It notifies changes in a collection that the client is already subscribed to, ensuring a smooth workflow. The package provides functions such as `Meteor.talks` and `Meteor.listens` for server-client communication, and it can also be used within template instances. It simplifies the process of updating and informing the client about changes in real-time.