Deploy Express / Fastify
Node.js backends like Express and Fastify work by starting the local server and tunneling its port.
For broader Node framework examples, also see Express / Fastify.
Express
node server.js
mekong 3000Fastify
node server.js
mekong 3000Best fit
Use this when:
- your Node backend is already running locally
- you want to expose APIs or webhooks
- the backend should stay as a live process instead of a packaged dashboard upload