Documentation
v1.0.0
Backend
Express / Fastify

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 3000

Fastify

node server.js
mekong 3000

Best 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