Packages for Reactive Joins and Robotics Framework


Summary of my bookmarked Github repositories from Jan 27th, 2015

Github repositories

  • Meteor-Community-Packages/meteor-publish-composite

    The meteor-publish-composite project is an active and flexible JavaScript package available on GitHub. It provides a convenient way to publish a set of related documents from different collections using a reactive join. This enables the publication of a complete tree of documents at once, with reactive updates when changes are made. The package allows for various parent/child relationships based on customizable criteria. It can be used, for example, to display related articles on a news website by scanning keywords and publishing related articles as children. The package can be installed using the command `meteor add reywood:publish-composite`. Detailed usage examples and instructions are provided in the documentation.

  • rwaldron/johnny-five

    Johnny-Five is an open-source JavaScript robotics programming framework developed by the Nodebots Community. It is based on the Firmata Protocol and supports various hardware platforms such as Arduino, Raspberry Pi, Intel Galileo, and more. Johnny-Five provides robust and composable APIs that are consistent across different hardware platforms. It integrates well with popular application libraries like Express.js and Socket.io, as well as other hardware projects and IoT frameworks. The framework offers extensive documentation, examples, and a supportive community for learning and building JavaScript-based robotics projects.