Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickyes/node-mini

Mini Node.js runtime built on V8
https://github.com/rickyes/node-mini

js runtime v8

Last synced: 2 months ago
JSON representation

Mini Node.js runtime built on V8

Awesome Lists containing this project

README

        

# node-mini

[![Travis](https://img.shields.io/travis/rickyes/node-mini.svg?style=for-the-badge)](https://travis-ci.org/rickyes/node-mini)

## Platform
- OSX

## Support API
- console
- log
- error

## Example
``` bash

$ make

$ make install

# shell
$ xnode

# run js file
$ xnode [js file path]

```

## Author
node-mini © [Ricky 泽阳](https://github.com/rickyes), Released under the MIT License.