chensenlai 10988628a0 语音房项目初始化 | hace 5 años | |
---|---|---|
.. | ||
examples | hace 5 años | |
node_modules | hace 5 años | |
test | hace 5 años | |
.npmignore | hace 5 años | |
History.md | hace 5 años | |
Makefile | hace 5 años | |
Readme.md | hace 5 años | |
index.js | hace 5 años | |
package.json | hace 5 años |
Node core fs
wrapped functions that return thunks for co.
$ npm install co-fs
Use all the regular async fs functions without callback hell:
var json = yield fs.readFile('package.json', 'utf8')
var files = yield fs.readdir('/tmp')
MIT