1.0.2 • Published 8 years ago

unode v1.0.2

Weekly downloads
9
License
-
Repository
-
Last release
8 years ago

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.js

Installation:

npm install -g unode

Meanwhile 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.js

No 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.

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago