https://github.com/peerlibrary/meteor-fs
fs node.js module with fiber-enabled synchronous functions
https://github.com/peerlibrary/meteor-fs
Last synced: 12 months ago
JSON representation
fs node.js module with fiber-enabled synchronous functions
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-fs
- Owner: peerlibrary
- License: bsd-3-clause
- Created: 2013-08-22T05:18:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T05:57:00.000Z (over 11 years ago)
- Last Synced: 2025-05-06T00:11:36.918Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://nodejs.org/api/fs.html
- Size: 223 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fs smart package
================
Meteor smart package for [fs](http://nodejs.org/api/fs.html) node.js module. It makes sure that all blocking `*Sync`
functions do not really block the whole process but are [fibers](https://github.com/laverdet/node-fibers)-enabled
synchronous ([blocking](https://github.com/peerlibrary/meteor-blocking)) functions.
Adding this package to your [Meteor](http://www.meteor.com/) application adds `fs` object into the global scope.
Server side only.
Installation
------------
```
meteor add peerlibrary:fs
```