wiber / meteor-server-autorun

Server-side Tracker.autorun

Home Page:https://atmospherejs.com/peerlibrary/server-autorun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

server-autorun

Meteor smart package which provides a fully reactive server-side Tracker.autorun. While Meteor does provide Tracker.autorun on the server, it is not officially supported on the server and it has many limitations. For example, it cannot be used with fibers-enabled synchronous (blocking) code. This implementation cooperates nicely with fibers and preserves Meteor environment variables where necessary, allowing you to run any reactive code. Now you can really share the same code between client and server.

Adding this package to your Meteor application will override Tracker.autorun on the server with this implementation.

Server side only.

Installation

meteor add peerlibrary:server-autorun

Acknowledgments

This package is based on the great work by Diggory Blake who made the first implementation.

About

Server-side Tracker.autorun

https://atmospherejs.com/peerlibrary/server-autorun

License:MIT License


Languages

Language:CoffeeScript 92.9%Language:JavaScript 7.1%