https://github.com/seangenabe/node-puff
DEPRECATED. Promisify ALL the node.js modules (with proxies).
https://github.com/seangenabe/node-puff
Last synced: 7 months ago
JSON representation
DEPRECATED. Promisify ALL the node.js modules (with proxies).
- Host: GitHub
- URL: https://github.com/seangenabe/node-puff
- Owner: seangenabe
- License: mit
- Created: 2016-07-28T14:37:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T08:27:08.000Z (over 8 years ago)
- Last Synced: 2024-04-26T21:04:30.367Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# node-puff
**DEPRECATED.** Please use [mz](https://github.com/normalize/mz) instead.
Promisify ALL the node.js modules (with proxies).
[](https://www.npmjs.com/package/node-puff)
[](https://david-dm.org/seangenabe/node-puff)
[](https://david-dm.org/seangenabe/node-puff#info=devDependencies)
[](https://nodejs.org/en/download/)## Implemented modules
### Full methods support
Modules with full support for its node-style methods. This excludes node-style method return values (support coming soon?). This also excludes class method support.
* child_process _(multiple return values)_
* cluster
* crypto
* dgram
* dns
* fs
* http
* https
* tls### Support per module
* process
* send(message[, sendHandle[, options]])## Monkey-patching?
We might break things. I prefer not breaking things.
## License
MIT