Once #145 has merged, we should look at implementing a subset of Node's API, partly to increase compatibility with NPM modules, but also because some of them are required to match up with v1's API (notably fs)
Suggested API to cover:
- setTimeout/setInterval (should map well to hs.timer)
- fs, path, os
Once #145 has merged, we should look at implementing a subset of Node's API, partly to increase compatibility with NPM modules, but also because some of them are required to match up with v1's API (notably
fs)Suggested API to cover: