Is it worth bundling an Electron app with Puppeteer's Chromium if the main functionality is browser automation/scraper?

This page summarizes the projects mentioned and recommended in the original post on /r/electronjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • puppeteer

    Node.js API for Chrome

  • While Puppeteer is fantastic there are two NPM packages are available, puppeteer and puppeteer-core. Right now I am automating my previously installed Chrome browser with puppeteer-core - from the end user's point of view there's a small sacrifice - they have to set up the Chrome executable first (gotta feed an executable path to Puppeteer) which is really not a big deal and Puppeteer can automate a Google Chrome instance just fine.

  • electron-builder

    A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box

  • I also would like to have an NSIS installer so if it happens to package the Chromium executable along with my app, how can I accomplish that? I am using electron-builder.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts