xref: /third_party/node/doc/api/synopsis.html (revision 1cb0ef41)
1<!DOCTYPE html>
2<html lang="en">
3<head>
4  <meta charset="utf-8">
5  <meta name="viewport" content="width=device-width">
6  <meta name="nodejs.org:node-version" content="v18.20.1">
7  <title>Usage and example | Node.js v18.20.1 Documentation</title>
8  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=fallback">
9  <link rel="stylesheet" href="assets/style.css">
10  <link rel="stylesheet" href="assets/hljs.css">
11  <link rel="canonical" href="https://nodejs.org/api/synopsis.html">
12  <script async defer src="assets/api.js" type="text/javascript"></script>
13  
14</head>
15<body class="alt apidoc" id="api-section-synopsis">
16  <div id="content" class="clearfix">
17    <div id="column2" class="interior">
18      <div id="intro" class="interior">
19        <a href="/" title="Go back to the home page">
20          Node.js
21        </a>
22      </div>
23      <ul>
24<li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
25<li><a href="synopsis.html" class="nav-synopsis active">Usage and example</a></li>
26</ul>
27<hr class="line">
28<ul>
29<li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
30<li><a href="async_context.html" class="nav-async_context">Asynchronous context tracking</a></li>
31<li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
32<li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
33<li><a href="addons.html" class="nav-addons">C++ addons</a></li>
34<li><a href="n-api.html" class="nav-n-api">C/C++ addons with Node-API</a></li>
35<li><a href="embedding.html" class="nav-embedding">C++ embedder API</a></li>
36<li><a href="child_process.html" class="nav-child_process">Child processes</a></li>
37<li><a href="cluster.html" class="nav-cluster">Cluster</a></li>
38<li><a href="cli.html" class="nav-cli">Command-line options</a></li>
39<li><a href="console.html" class="nav-console">Console</a></li>
40<li><a href="corepack.html" class="nav-corepack">Corepack</a></li>
41<li><a href="crypto.html" class="nav-crypto">Crypto</a></li>
42<li><a href="debugger.html" class="nav-debugger">Debugger</a></li>
43<li><a href="deprecations.html" class="nav-deprecations">Deprecated APIs</a></li>
44<li><a href="diagnostics_channel.html" class="nav-diagnostics_channel">Diagnostics Channel</a></li>
45<li><a href="dns.html" class="nav-dns">DNS</a></li>
46<li><a href="domain.html" class="nav-domain">Domain</a></li>
47<li><a href="errors.html" class="nav-errors">Errors</a></li>
48<li><a href="events.html" class="nav-events">Events</a></li>
49<li><a href="fs.html" class="nav-fs">File system</a></li>
50<li><a href="globals.html" class="nav-globals">Globals</a></li>
51<li><a href="http.html" class="nav-http">HTTP</a></li>
52<li><a href="http2.html" class="nav-http2">HTTP/2</a></li>
53<li><a href="https.html" class="nav-https">HTTPS</a></li>
54<li><a href="inspector.html" class="nav-inspector">Inspector</a></li>
55<li><a href="intl.html" class="nav-intl">Internationalization</a></li>
56<li><a href="modules.html" class="nav-modules">Modules: CommonJS modules</a></li>
57<li><a href="esm.html" class="nav-esm">Modules: ECMAScript modules</a></li>
58<li><a href="module.html" class="nav-module">Modules: <code>node:module</code> API</a></li>
59<li><a href="packages.html" class="nav-packages">Modules: Packages</a></li>
60<li><a href="net.html" class="nav-net">Net</a></li>
61<li><a href="os.html" class="nav-os">OS</a></li>
62<li><a href="path.html" class="nav-path">Path</a></li>
63<li><a href="perf_hooks.html" class="nav-perf_hooks">Performance hooks</a></li>
64<li><a href="permissions.html" class="nav-permissions">Permissions</a></li>
65<li><a href="process.html" class="nav-process">Process</a></li>
66<li><a href="punycode.html" class="nav-punycode">Punycode</a></li>
67<li><a href="querystring.html" class="nav-querystring">Query strings</a></li>
68<li><a href="readline.html" class="nav-readline">Readline</a></li>
69<li><a href="repl.html" class="nav-repl">REPL</a></li>
70<li><a href="report.html" class="nav-report">Report</a></li>
71<li><a href="single-executable-applications.html" class="nav-single-executable-applications">Single executable applications</a></li>
72<li><a href="stream.html" class="nav-stream">Stream</a></li>
73<li><a href="string_decoder.html" class="nav-string_decoder">String decoder</a></li>
74<li><a href="test.html" class="nav-test">Test runner</a></li>
75<li><a href="timers.html" class="nav-timers">Timers</a></li>
76<li><a href="tls.html" class="nav-tls">TLS/SSL</a></li>
77<li><a href="tracing.html" class="nav-tracing">Trace events</a></li>
78<li><a href="tty.html" class="nav-tty">TTY</a></li>
79<li><a href="dgram.html" class="nav-dgram">UDP/datagram</a></li>
80<li><a href="url.html" class="nav-url">URL</a></li>
81<li><a href="util.html" class="nav-util">Utilities</a></li>
82<li><a href="v8.html" class="nav-v8">V8</a></li>
83<li><a href="vm.html" class="nav-vm">VM</a></li>
84<li><a href="wasi.html" class="nav-wasi">WASI</a></li>
85<li><a href="webcrypto.html" class="nav-webcrypto">Web Crypto API</a></li>
86<li><a href="webstreams.html" class="nav-webstreams">Web Streams API</a></li>
87<li><a href="worker_threads.html" class="nav-worker_threads">Worker threads</a></li>
88<li><a href="zlib.html" class="nav-zlib">Zlib</a></li>
89</ul>
90<hr class="line">
91<ul>
92<li><a href="https://github.com/nodejs/node" class="nav-https-github-com-nodejs-node">Code repository and issue tracker</a></li>
93</ul>
94    </div>
95
96    <div id="column1" data-id="synopsis" class="interior">
97      <header class="header">
98        <div class="header-container">
99          <h1>Node.js v18.20.1 documentation</h1>
100          <button class="theme-toggle-btn" id="theme-toggle-btn" title="Toggle dark mode/light mode" aria-label="Toggle dark mode/light mode" hidden>
101            <svg xmlns="http://www.w3.org/2000/svg" class="icon dark-icon" height="24" width="24">
102              <path fill="none" d="M0 0h24v24H0z" />
103              <path d="M11.1 12.08c-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.62-.27 1.29-.42 2-.42 1.66 0 3.18.83 4.1 2.15A4.01 4.01 0 0111 18c0 1.52-.87 2.83-2.12 3.51.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-2.36.23-6.98-.97-9.26-5.41z"/>
104              <path d="M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"/>
105            </svg>
106            <svg xmlns="http://www.w3.org/2000/svg" class="icon light-icon" height="24" width="24">
107              <path d="M0 0h24v24H0z" fill="none" />
108              <path d="M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"/>
109            </svg>
110          </button>
111        </div>
112        <div id="gtoc">
113          <ul>
114            <li class="pinned-header">Node.js v18.20.1</li>
115            
116    <li class="picker-header">
117      <a href="#">
118        <span class="collapsed-arrow">&#x25ba;</span><span class="expanded-arrow">&#x25bc;</span>
119        Table of contents
120      </a>
121
122      <div class="picker"><div class="toc"><ul>
123<li><a href="#usage-and-example">Usage and example</a>
124<ul>
125<li><a href="#usage">Usage</a></li>
126<li><a href="#example">Example</a></li>
127</ul>
128</li>
129</ul></div></div>
130    </li>
131  
132            
133    <li class="picker-header">
134      <a href="#">
135        <span class="collapsed-arrow">&#x25ba;</span><span class="expanded-arrow">&#x25bc;</span>
136        Index
137      </a>
138
139      <div class="picker"><ul>
140<li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
141<li><a href="synopsis.html" class="nav-synopsis active">Usage and example</a></li>
142
143      <li>
144        <a href="index.html">Index</a>
145      </li>
146    </ul>
147  
148<hr class="line">
149<ul>
150<li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
151<li><a href="async_context.html" class="nav-async_context">Asynchronous context tracking</a></li>
152<li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
153<li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
154<li><a href="addons.html" class="nav-addons">C++ addons</a></li>
155<li><a href="n-api.html" class="nav-n-api">C/C++ addons with Node-API</a></li>
156<li><a href="embedding.html" class="nav-embedding">C++ embedder API</a></li>
157<li><a href="child_process.html" class="nav-child_process">Child processes</a></li>
158<li><a href="cluster.html" class="nav-cluster">Cluster</a></li>
159<li><a href="cli.html" class="nav-cli">Command-line options</a></li>
160<li><a href="console.html" class="nav-console">Console</a></li>
161<li><a href="corepack.html" class="nav-corepack">Corepack</a></li>
162<li><a href="crypto.html" class="nav-crypto">Crypto</a></li>
163<li><a href="debugger.html" class="nav-debugger">Debugger</a></li>
164<li><a href="deprecations.html" class="nav-deprecations">Deprecated APIs</a></li>
165<li><a href="diagnostics_channel.html" class="nav-diagnostics_channel">Diagnostics Channel</a></li>
166<li><a href="dns.html" class="nav-dns">DNS</a></li>
167<li><a href="domain.html" class="nav-domain">Domain</a></li>
168<li><a href="errors.html" class="nav-errors">Errors</a></li>
169<li><a href="events.html" class="nav-events">Events</a></li>
170<li><a href="fs.html" class="nav-fs">File system</a></li>
171<li><a href="globals.html" class="nav-globals">Globals</a></li>
172<li><a href="http.html" class="nav-http">HTTP</a></li>
173<li><a href="http2.html" class="nav-http2">HTTP/2</a></li>
174<li><a href="https.html" class="nav-https">HTTPS</a></li>
175<li><a href="inspector.html" class="nav-inspector">Inspector</a></li>
176<li><a href="intl.html" class="nav-intl">Internationalization</a></li>
177<li><a href="modules.html" class="nav-modules">Modules: CommonJS modules</a></li>
178<li><a href="esm.html" class="nav-esm">Modules: ECMAScript modules</a></li>
179<li><a href="module.html" class="nav-module">Modules: <code>node:module</code> API</a></li>
180<li><a href="packages.html" class="nav-packages">Modules: Packages</a></li>
181<li><a href="net.html" class="nav-net">Net</a></li>
182<li><a href="os.html" class="nav-os">OS</a></li>
183<li><a href="path.html" class="nav-path">Path</a></li>
184<li><a href="perf_hooks.html" class="nav-perf_hooks">Performance hooks</a></li>
185<li><a href="permissions.html" class="nav-permissions">Permissions</a></li>
186<li><a href="process.html" class="nav-process">Process</a></li>
187<li><a href="punycode.html" class="nav-punycode">Punycode</a></li>
188<li><a href="querystring.html" class="nav-querystring">Query strings</a></li>
189<li><a href="readline.html" class="nav-readline">Readline</a></li>
190<li><a href="repl.html" class="nav-repl">REPL</a></li>
191<li><a href="report.html" class="nav-report">Report</a></li>
192<li><a href="single-executable-applications.html" class="nav-single-executable-applications">Single executable applications</a></li>
193<li><a href="stream.html" class="nav-stream">Stream</a></li>
194<li><a href="string_decoder.html" class="nav-string_decoder">String decoder</a></li>
195<li><a href="test.html" class="nav-test">Test runner</a></li>
196<li><a href="timers.html" class="nav-timers">Timers</a></li>
197<li><a href="tls.html" class="nav-tls">TLS/SSL</a></li>
198<li><a href="tracing.html" class="nav-tracing">Trace events</a></li>
199<li><a href="tty.html" class="nav-tty">TTY</a></li>
200<li><a href="dgram.html" class="nav-dgram">UDP/datagram</a></li>
201<li><a href="url.html" class="nav-url">URL</a></li>
202<li><a href="util.html" class="nav-util">Utilities</a></li>
203<li><a href="v8.html" class="nav-v8">V8</a></li>
204<li><a href="vm.html" class="nav-vm">VM</a></li>
205<li><a href="wasi.html" class="nav-wasi">WASI</a></li>
206<li><a href="webcrypto.html" class="nav-webcrypto">Web Crypto API</a></li>
207<li><a href="webstreams.html" class="nav-webstreams">Web Streams API</a></li>
208<li><a href="worker_threads.html" class="nav-worker_threads">Worker threads</a></li>
209<li><a href="zlib.html" class="nav-zlib">Zlib</a></li>
210</ul>
211<hr class="line">
212<ul>
213<li><a href="https://github.com/nodejs/node" class="nav-https-github-com-nodejs-node">Code repository and issue tracker</a></li>
214</ul></div>
215    </li>
216  
217            
218    <li class="picker-header">
219      <a href="#">
220        <span class="collapsed-arrow">&#x25ba;</span><span class="expanded-arrow">&#x25bc;</span>
221        Other versions
222      </a>
223      <div class="picker"><ol id="alt-docs"><li><a href="https://nodejs.org/docs/latest-v21.x/api/synopsis.html">21.x</a></li>
224<li><a href="https://nodejs.org/docs/latest-v20.x/api/synopsis.html">20.x <b>LTS</b></a></li>
225<li><a href="https://nodejs.org/docs/latest-v19.x/api/synopsis.html">19.x</a></li>
226<li><a href="https://nodejs.org/docs/latest-v18.x/api/synopsis.html">18.x <b>LTS</b></a></li>
227<li><a href="https://nodejs.org/docs/latest-v17.x/api/synopsis.html">17.x</a></li>
228<li><a href="https://nodejs.org/docs/latest-v16.x/api/synopsis.html">16.x</a></li>
229<li><a href="https://nodejs.org/docs/latest-v15.x/api/synopsis.html">15.x</a></li>
230<li><a href="https://nodejs.org/docs/latest-v14.x/api/synopsis.html">14.x</a></li>
231<li><a href="https://nodejs.org/docs/latest-v13.x/api/synopsis.html">13.x</a></li>
232<li><a href="https://nodejs.org/docs/latest-v12.x/api/synopsis.html">12.x</a></li>
233<li><a href="https://nodejs.org/docs/latest-v11.x/api/synopsis.html">11.x</a></li>
234<li><a href="https://nodejs.org/docs/latest-v10.x/api/synopsis.html">10.x</a></li>
235<li><a href="https://nodejs.org/docs/latest-v9.x/api/synopsis.html">9.x</a></li>
236<li><a href="https://nodejs.org/docs/latest-v8.x/api/synopsis.html">8.x</a></li>
237<li><a href="https://nodejs.org/docs/latest-v7.x/api/synopsis.html">7.x</a></li>
238<li><a href="https://nodejs.org/docs/latest-v6.x/api/synopsis.html">6.x</a></li>
239<li><a href="https://nodejs.org/docs/latest-v5.x/api/synopsis.html">5.x</a></li>
240<li><a href="https://nodejs.org/docs/latest-v4.x/api/synopsis.html">4.x</a></li>
241<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/synopsis.html">0.12.x</a></li>
242<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/synopsis.html">0.10.x</a></li></ol></div>
243    </li>
244  
245            <li class="picker-header">
246              <a href="#">
247                <span class="collapsed-arrow">&#x25ba;</span><span class="expanded-arrow">&#x25bc;</span>
248                Options
249              </a>
250        
251              <div class="picker">
252                <ul>
253                  <li>
254                    <a href="all.html">View on single page</a>
255                  </li>
256                  <li>
257                    <a href="synopsis.json">View as JSON</a>
258                  </li>
259                  <li class="edit_on_github"><a href="https://github.com/nodejs/node/edit/main/doc/api/synopsis.md">Edit on GitHub</a></li>    
260                </ul>
261              </div>
262            </li>
263          </ul>
264        </div>
265        <hr>
266      </header>
267
268      <details id="toc" open><summary>Table of contents</summary><ul>
269<li><a href="#usage-and-example">Usage and example</a>
270<ul>
271<li><a href="#usage">Usage</a></li>
272<li><a href="#example">Example</a></li>
273</ul>
274</li>
275</ul></details>
276
277      <div id="apicontent">
278        <h2>Usage and example<span><a class="mark" href="#usage-and-example" id="usage-and-example">#</a></span><a aria-hidden="true" class="legacy" id="synopsis_usage_and_example"></a></h2>
279<section><h3>Usage<span><a class="mark" href="#usage" id="usage">#</a></span><a aria-hidden="true" class="legacy" id="synopsis_usage"></a></h3>
280
281
282<p><code>node [options] [V8 options] [script.js | -e "script" | - ] [arguments]</code></p>
283<p>Please see the <a href="cli.html#options">Command-line options</a> document for more information.</p>
284</section><section><h3>Example<span><a class="mark" href="#example" id="example">#</a></span><a aria-hidden="true" class="legacy" id="synopsis_example"></a></h3>
285<p>An example of a <a href="http.html">web server</a> written with Node.js which responds with
286<code>'Hello, World!'</code>:</p>
287<p>Commands in this document start with <code>$</code> or <code>></code> to replicate how they would
288appear in a user's terminal. Do not include the <code>$</code> and <code>></code> characters. They are
289there to show the start of each command.</p>
290<p>Lines that don't start with <code>$</code> or <code>></code> character show the output of the previous
291command.</p>
292<p>First, make sure to have downloaded and installed Node.js. See
293<a href="https://nodejs.org/en/download/package-manager/">Installing Node.js via package manager</a> for further install information.</p>
294<p>Now, create an empty project folder called <code>projects</code>, then navigate into it.</p>
295<p>Linux and Mac:</p>
296<pre><code class="language-console"><span class="hljs-meta prompt_">$ </span><span class="language-bash"><span class="hljs-built_in">mkdir</span> ~/projects</span>
297<span class="hljs-meta prompt_">$ </span><span class="language-bash"><span class="hljs-built_in">cd</span> ~/projects</span></code> <button class="copy-button">copy</button></pre>
298<p>Windows CMD:</p>
299<pre><code class="language-console"><span class="hljs-meta prompt_">> </span><span class="language-bash"><span class="hljs-built_in">mkdir</span> %USERPROFILE%\projects</span>
300<span class="hljs-meta prompt_">> </span><span class="language-bash"><span class="hljs-built_in">cd</span> %USERPROFILE%\projects</span></code> <button class="copy-button">copy</button></pre>
301<p>Windows PowerShell:</p>
302<pre><code class="language-console"><span class="hljs-meta prompt_">> </span><span class="language-bash"><span class="hljs-built_in">mkdir</span> <span class="hljs-variable">$env</span>:USERPROFILE\projects</span>
303<span class="hljs-meta prompt_">> </span><span class="language-bash"><span class="hljs-built_in">cd</span> <span class="hljs-variable">$env</span>:USERPROFILE\projects</span></code> <button class="copy-button">copy</button></pre>
304<p>Next, create a new source file in the <code>projects</code>
305folder and call it <code>hello-world.js</code>.</p>
306<p>Open <code>hello-world.js</code> in any preferred text editor and
307paste in the following content:</p>
308<pre><code class="language-js"><span class="hljs-keyword">const</span> http = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:http'</span>);
309
310<span class="hljs-keyword">const</span> hostname = <span class="hljs-string">'127.0.0.1'</span>;
311<span class="hljs-keyword">const</span> port = <span class="hljs-number">3000</span>;
312
313<span class="hljs-keyword">const</span> server = http.<span class="hljs-title function_">createServer</span>(<span class="hljs-function">(<span class="hljs-params">req, res</span>) =></span> {
314  res.<span class="hljs-property">statusCode</span> = <span class="hljs-number">200</span>;
315  res.<span class="hljs-title function_">setHeader</span>(<span class="hljs-string">'Content-Type'</span>, <span class="hljs-string">'text/plain'</span>);
316  res.<span class="hljs-title function_">end</span>(<span class="hljs-string">'Hello, World!\n'</span>);
317});
318
319server.<span class="hljs-title function_">listen</span>(port, hostname, <span class="hljs-function">() =></span> {
320  <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">`Server running at http://<span class="hljs-subst">${hostname}</span>:<span class="hljs-subst">${port}</span>/`</span>);
321});</code> <button class="copy-button">copy</button></pre>
322<p>Save the file, go back to the terminal window, and enter the following command:</p>
323<pre><code class="language-console"><span class="hljs-meta prompt_">$ </span><span class="language-bash">node hello-world.js</span></code> <button class="copy-button">copy</button></pre>
324<p>Output like this should appear in the terminal:</p>
325<pre><code class="language-console">Server running at http://127.0.0.1:3000/</code> <button class="copy-button">copy</button></pre>
326<p>Now, open any preferred web browser and visit <code>http://127.0.0.1:3000</code>.</p>
327<p>If the browser displays the string <code>Hello, World!</code>, that indicates
328the server is working.</p></section>
329        <!-- API END -->
330      </div>
331    </div>
332  </div>
333</body>
334</html>
335