This repository was archived by the owner on May 30, 2025. It is now read-only.

Description
I wrote a side project which I think is a great fit to try on fly.io.
JS renderer is an online puppeteer service to render pages with javascript (js). Mainly useful for web scraping (not using splash).
At times while scraping web pages you will come across websites or web pages that only render on a browser that renders the loaded javascript. If you curl it or use something like Scrapy, you just end up with not useful HTML.
This project aims to solve that issue with Puppeteer. With Scrapy you can use Splash but it is Scrapy specific and not easy to configure.
This would a great example for fly.