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
- Host: GitHub
- URL: https://github.com/wuriyanto48/yint
- Owner: wuriyanto48
- Created: 2020-12-02T10:25:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T12:25:49.000Z (over 5 years ago)
- Last Synced: 2025-01-01T08:21:29.846Z (over 1 year ago)
- Topics: cpp, nodejs, v8-javascript-engine
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```