Replies: 1 comment 1 reply
-
"You can use Express.js to handle HTTP requests and trigger SSH shell commands on an AWS Lightsail server to execute FFmpeg commands or any other shell commands. To achieve this, you can utilize the child_process module in Node.js, which allows you to execute shell commands from your Node.js application." |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used this webhook project before and it worked great. But researching a new project build and keptgetting recommended Express to process webhooks.
I will mostly be executing Node files and working with SSH on a AWS Lightsail server with the payloads.
What does adnanh webhook offer that the most popular webhook platforms such as Express don't?
Beta Was this translation helpful? Give feedback.
All reactions