/meteor-fs

fs node.js module with fiber-enabled synchronous functions

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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