screenshot-nodejs
screenshot-nodejs copied to clipboard
Screenshot as a service: GoogleChrome/puppeteer Node.js REST API server + Golang client
Error - (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Failed to launch chrome! /app/node_modules/puppeteer/.local-chromium/linux-515411/chrome-linux/chrome: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file...
This would allow us to get rid of the Node.js server wrapper. And we could write the whole service in Go only, effectively reimplement the Puppetteer. Pros: - HTTP throttling...