Does Monday Code allow packages to install programs?

I’m new to Monday app development and trying to understand how Monday Code works.

I want to write a Python program that uses a package called pyppeteer. This package will install chromium when it’s first run if chromium doesn’t exist on the computer it’s running on. That kind of thing sounds like a security risk for Monday Code to allow a program to do, so I’m thinking Monday Code isn’t going to allow this to run if I try to host it there. Am I going to have to host my Python program elsewhere and point my app to that hosting instead?

Being as monday-code is essentially running serverless, you could consider taking inspiration from here:

1 Like