Launch
Node.js with
Launch a new Node.js project and you will instantly have access to a development environment. No sign-up required.
Launch a new Node.js project and you will instantly have access to a development environment. No sign-up required.
Diploi
Choose some optional add-ons to launch with Node.js
Instant launch. No sign-up required.
Start a demo environment (No card or registration needed) https://diploi.com/component/node
A generic Node.js component that can be used to run any Node.js app.
Uses the official node Docker image.
Link to guide (includes additional information) https://diploi.com/blog/hosting_node_apps
Will run npm install
when component is first initialized, and npm run dev
when deployment is started.
Will build a production ready image. Image runs npm install
& npm build
when being created. Once the image runs, npm start
is called.
node-canvas
e.g.), it is a good idea to switch the Dockerfile
and Dockerfile.dev
to use node:XX
instead of node:XX-slim
. You can also add any missing libraries with RUN apt update && apt install -y <package>
in the dockerfiles.Diploi is the single SaaS service for managing, developing and hosting your full application.