Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(examples): Introduce Puppeteer #42

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

razvand
Copy link
Contributor

@razvand razvand commented Jan 25, 2024

Introduce Node Puppeteer as binary compatibility run. Run an application that generated a PDF file of remote web page.

Add typical files for a bincompat app:

  • Kraftfile: build / run rules, including pulling the node image
  • Dockerfile: filesystem, including binary and libraries
  • README.md: instructions to run the application

Introduce Node Puppeteer as binary compatibility run. Run an application
that generated a PDF file of remote web page.

Add typical files for a bincompat app:

* `Kraftfile`: build / run rules, including pulling the `node` image
* `Dockerfile`: filesystem, including binary and libraries
* `README.md`: instructions to run the application

Signed-off-by: Razvan Deaconescu <[email protected]>
@razvand
Copy link
Contributor Author

razvand commented Aug 22, 2024

This requires multi-app / multi-process support. We'll work on it after these features are in.

@nderjung nderjung changed the title feat(examples): Introduce Note Puppeteer feat(examples): Introduce Puppeteer Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants