1.0.2 • Published 10 years ago
unode v1.0.2
Unode? I node!
unode will be node.js written in JavaScript. Our goal is to implement
complete Node.js API without any dependencies but just syscall function
from libsys package.
Unode will be a drop-in replacement for node.js, just run your apps with unode, instead of node:
unode app.jsInstallation:
npm install -g unodeMeanwhile unode will run on node.js and just patch the already implemented part of the API.
Currently Implemented
process.getgid()Example
Run the example test.js file:
DEBUG=* unode test.jsNo Dependencies
Gradually unode project will remove all native
dependencies of Node.js, including Node.js, libuv and even V8 itself.
You will be able to pick any JS interpreter, including js.js
if you wish so.