mirror of
https://github.com/TxtDot/webder.git
synced 2024-11-05 13:13:59 +03:00
Proxy that renders client-side JS apps (e.g. React) on server
.github/workflows | ||
src | ||
.env.example | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json |
webder
Http/s proxy that render pages with js and returns HTML
Warning
This service is not purify html and not blocking XSS attacks. Also it is not block requests to localhost, etc. This is not intended to be used as a user-facing browser. Use it ONLY for making api calls from other services, make sure to run it behind a firewall and use a reverse proxy in front of it.
Features
- Render pages with js (/render?url=...)
Usage
For env variables look to .env.example
. Docker also supported.
npm install
npm run build
npm start