Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rickyes/node-mini
- Owner: rickyes
- License: mit
- Created: 2018-08-28T07:02:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T07:33:11.000Z (about 4 years ago)
- Last Synced: 2024-10-31T08:51:46.106Z (3 months ago)
- Topics: js, runtime, v8
- Language: C++
- Homepage:
- Size: 53.1 MB
- Stars: 27
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - node-mini
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.