Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Adds deprecation note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AVGP committed Oct 6, 2022
1 parent 7999fc5 commit b4d42c7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
[![CI](https://github.com/GoogleChrome/rendertron/workflows/CI/badge.svg)](https://github.com/GoogleChrome/rendertron/actions)
[![NPM package](https://img.shields.io/npm/v/rendertron.svg)](https://npmjs.org/package/rendertron)


## Rendertron is deprecated

Please note that this project is **deprecated**. Dynamic rendering [is not a recommended approach](https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering) and [there are better approaches to rendering on the web](https://web.dev/rendering-on-the-web/).

**Rendertron will not be actively maintained at this point.**

> Rendertron is a headless Chrome rendering solution designed to render & serialise web pages on the fly.
#### :hammer: Built with [Puppeteer](https://github.com/GoogleChrome/puppeteer)
Expand All @@ -19,11 +26,6 @@ and serializes the response back to the original request. To use Rendertron, you
configures [middleware](#middleware) to determine whether to proxy a request to Rendertron.
Rendertron is compatible with all client side technologies, including [web components](#web-components).

**Demo endpoint**

A demo Rendertron service is available at https://render-tron.appspot.com/. It is not designed
to be used as a production endpoint. You can use it, but there are no uptime guarantees.

## Contents

- [Middleware](#middleware)
Expand Down

0 comments on commit b4d42c7

Please sign in to comment.