Skip to content
/ xxv8 Public

Vercel pkg cross-platform CommonJS compilation server. JS-to-Binary

License

Notifications You must be signed in to change notification settings

codyaboyd/xxv8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xxv8

Vercel pkg cross-platform CommonJS compilation server. JS-to-Binary

Setup

npm install

Compile to Binary

npx pkg xxv8.js -t node18-x64/arm64-macos/windows/linux

Examples:

npx pkg xxv8.js -t node18-x64-linux

npx pkg xxv8.js -t node18-arm64-macos

Usage

If not compiled

node xxv8.js server port#

node xxv8.js client /path/to/commonjs/project ip:port

If compiled

./xxv8 server port#

./xxv8 client /path/to/commonjs/project ip:port

About

Vercel pkg cross-platform CommonJS compilation server. JS-to-Binary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published