Skip to content

githoniel/node-ffi-generator-online

Repository files navigation

ffi-online

Generate node-ffi interface bindings from C++ header file Online

Demo Site, running on my cost-effective vps in vultr, so plz do not drown it~~

Summary

because node-ffi-generate require Linux environment,so I write this project for guys using Windows.

Server Setup

CentOS7 on Vultr

sudo yum install clang
yarn global add ffi-generate
yarn global add libclang
yarn global add pm2
pm2 start server/index.js

FrontEnd Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published