The Ip address and port are hard-coded, you should change the values that interest you!
const host = '127.0.0.1';
const port = 4444;
Warning
I don't recommend using this code, I am written that shit for educational purposes!
bun install
bun build --compile --minify --sourcemap ./index.js --outfile jsh
This project was created using bun init
in bun v1.1.4. Bun is a fast all-in-one JavaScript runtime.