peerlibrary:fs

v0.1.7Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

fs smart package

Meteor smart package for fs node.js module. It makes sure that all blocking *Sync functions do not really block the whole process but are fibers-enabled synchronous (blocking) functions.

Adding this package to your Meteor application adds fs object into the global scope.

Server side only.

Installation

meteor add peerlibrary:fs