Skip to content
Specific Docs
Esc
navigateopen⌘Jpreview
On this page

Hello World

A minimal Node.js HTTP server demonstrating the basics of deploying a service with Specific.


Hello World service diagram

Run locally

Install the CLI and clone

curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git
cd examples/node-hello-api

Start the development server

specific dev

Open the URL shown in the output to see the API response.

Deploy to production

specific deploy

Was this page helpful?