A REST API that provides an AWS Lambda-like developer experience with minimal setup.
- POST a single Node.js file to the API to install it. The API will respond with a program ID.
- Run, update, and delete programs installed on the server.
- Node.js
Run yarn add
and node index.js
npm run lint
npm run lint --fix