Deploy Node.js on CreateOS
Deploy Node.js applications including Express, Fastify, and Nest.js with automatic dependency installation and process management.
How to Deploy
1
Connect your repository
Link your GitHub repository with your Node.js project.
2
Configure runtime
CreateOS detects package.json and configures the Node.js version.
3
Set environment variables
Add NODE_ENV and other configuration variables.
4
Deploy
Deploy with automatic npm/yarn/pnpm detection and process management.
Features
Express, Fastify, Nest.js support
npm/yarn/pnpm auto-detection
Node.js version selection
Process management built-in
WebSocket support
Default Commands
Build command:
npm run buildRun command:
npm start