halitsever / girici-web-proxy

🌐 Web proxy project written in Typescript & Vue.js. Node.js alternative for php-proxy.
MIT License
44 stars 20 forks source link
javascript nodejs online online-proxy proxy web web-proxy webproxy


🌐 Web proxy project written in Typescript & Vue.js. Node.js alternative for php-proxy.

Build & run from source

npm run install-modules

This command installs all dependencies for front-end & back-end folders

npm run build-all

This command builds front-end and back-end

npm run start

and this command serves express server on specific port (default 3000)

Screenshot

Girici Web Proxy Node.js Screenshot

Running on docker

Running in swarm mode:

docker stack deploy -c docker-compose.yml

Run with CLI:

docker run -d -p 3000:3000 halitsever/girici-web-proxy:latest

MIT License © 2021 Halit Sever