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

https://github.com/wuriyanto48/yint

Its just a useless networking tool
https://github.com/wuriyanto48/yint

cpp nodejs v8-javascript-engine

Last synced: 2 months ago
JSON representation

Its just a useless networking tool

Awesome Lists containing this project

README

          

### yint (yes its a networking tool)

Trust me, its just a useless networking tool that uses a `C++`, `NodeJs` and `Chrome's V8`

Getting started

Install `node-gyp`
```shell
$ npm install -g node-gyp
```

Configure and Build with `node-gyp`
```shell
$ node-gyp configure
$ node-gyp build
```

Test project
```shell
$ npm start
```