unode

1.0.2 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i unode

Weekly Downloads

0

Version

1.0.2

License

none

Last publish

Collaborators

  • streamich