Rendertron

Sushubh

Admin
Staff member
Messages
407,010
Location
Gurgaon
ISP
Excitel
Airtel
GitHub - GoogleChrome/rendertron: A dockerized, headless Chrome rendering solution

Rendertron is a dockerized, headless Chrome rendering solution designed to render & serialise web pages on the fly.
Rendertron is designed to enable your Progressive Web App (PWA) to serve the correct content to any bot that doesn't render or execute Javascript. Rendertron runs as a standalone HTTP server. Rendertron renders requested pages using Headless Chrome, auto-detecting when your PWA has completed loading and serializes the response back to the original request. To use Rendertron, your application configures middleware to determine whether to proxy a request to Rendertron. Rendertron is compatible with all client side technologies, including web components.

Demo: Rendertron
 
GoogleChrome/rendertron: A dockerized, headless Chrome rendering solution

Rendertron is designed to enable your Progressive Web App (PWA) to serve the correct content to any bot that doesn't render or execute JavaScript. Rendertron runs as a standalone HTTP server. Rendertron renders requested pages using Headless Chrome, auto-detecting when your PWA has completed loading and serializes the response back to the original request. To use Rendertron, your application configures middleware to determine whether to proxy a request to Rendertron. Rendertron is compatible with all client side technologies, including web components.
 

Top