Skip to content

Node.js

The Node.js component gives you a standard runtime for JavaScript or TypeScript backends. Reach for it when you need an API, webhook processor, or background worker built with the Node ecosystem. Diploi builds and deploys your code while keeping environment variables and dependencies managed.

Add to your project

Paste this entry into the components list in diploi.yaml to add Node.js to your project.

components:
- name: Node.js
identifier: nodejs
package: https://github.com/diploi/component-nodejs#main

See also