# Node Playwright Proxy — https://node-js-proxy.0exec.com Playwright-driven Chromium that returns post-render HTML. Equivalent of go-js-proxy in Node; uses Playwright instead of chromedp. ## Endpoints - `GET /` — Render with Playwright - `url` (query, required): Target URL to render - returns: text/html (post-JS DOM) - example: `https://node-js-proxy.0exec.com/?url=https://example.com` ## Examples curl 'https://node-js-proxy.0exec.com/?url=https://example.com' ## Meta endpoints (gateway-served, no upstream call) - `GET /.deploy/version.json` — current deployed commit - `GET /openapi.json` — machine-readable OpenAPI 3.1 spec - `GET /llms.txt` — this file - `GET /_gw_health` — gateway liveness probe Source: https://github.com/baditaflorin/node-js-proxy