Piping Server into an portable executable by vercel/pkg for Linux, macOS, Windows and Alpine
Run the command below, and a server runs on http://localhost:8888.
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
./piping-server-pkg-linuxstatic-x64/piping-server --http-port=8888
Run the command below, and a server runs on http://localhost:8888.
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-arm64.tar.gz | tar xzvf -
./piping-server-pkg-linuxstatic-arm64/piping-server --http-port=8888
Run the command below, and a server runs on http://localhost:8888.
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-linuxstatic-armv7.tar.gz | tar xzvf -
./piping-server-pkg-linuxstatic-armv7/piping-server --http-port=8888
Run the command below, and a server runs on http://localhost:8888.
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-mac-x64.tar.gz | tar xzvf -
xattr -d com.apple.quarantine ./piping-server-pkg-mac-x64/piping-server
./piping-server-pkg-mac-x64/piping-server --http-port=8888
Run the command below, and a server runs on http://localhost:8888.
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-mac-arm64.tar.gz | tar xzvf -
./piping-server-pkg-mac-arm64/piping-server --http-port=8888
Run the command below, and a server runs on http://localhost:8888.
brew install nwtgck/piping-server-pkg/piping-server
piping-server --http-port=8888
You can brew-install on both macOS and Linux. Repository: https://github.com/nwtgck/homebrew-piping-server-pkg
Download zip from https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-win-x64.zip, extract it and run the command below, and a server runs on http://localhost:8888.
.\piping-server.exe --http-port=8888
Run the command below, and a server runs on http://localhost:8888.
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.9-1/piping-server-pkg-alpine-x64.tar.gz | tar xzvf -
./piping-server-pkg-alpine-x64/piping-server --http-port=8888
Other built binaries found in https://github.com/nwtgck/piping-server-pkg/releases
Run the command below, and a server runs on http://localhost:8888.
docker run -p 8888:8888 nwtgck/piping-server-pkg --http-port=8888
https://github.com/nwtgck/docker-piping-server-pkg
These releases are automatically published by GitHub Actions.
cd <this repo>
npm ci
npm run build-x64
cd <this repo>
npm ci
npm run build-arm