Precompiled Piping Server
2.4K
Precompiled Piping Server powered by bytenode and parcel
cd <this repo>
npm i
npm start
Then, you can access to http://localhost:8080.
All .js files are compiled to .jsc by npm run build, which is called by npm start.
docker run -p 8080:8080 nwtgck/bytenode-piping-server
Then, a Piping server is running on http://localhost:8080.
cd <this repo>
docker build -t myimage .
Here is an explanation how this project is built by npm run build.
./piping-server/dist)./piping-server: (to make ./dist)./dist/index.js: (to make ./dist/index.jsc)Content type
Image
Digest
Size
25.1 MB
Last updated
almost 7 years ago
docker pull nwtgck/bytenode-piping-server