| CARVIEW |
Select Language
HTTP/2 200
date: Fri, 26 Dec 2025 16:54:34 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 9b4219d19897c1ae-BLR
cf-cache-status: DYNAMIC
age: 51
cache-control: public, max-age=0, must-revalidate
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, accept-encoding
x-content-type-options: nosniff
x-matched-path: /[locale]
x-nextjs-prerender: 1
x-nextjs-stale-time: 300
x-powered-by: Next.js
x-vercel-cache: HIT
x-vercel-id: bom1::arn1::4hhj8-1766768074554-8ad5bf449a9d
server: cloudflare
Node.js — Run JavaScript Everywhere
Run JavaScript Everywhere
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Get Node.js®Get Node.js®Get security support
for EOL Node.js versions
for EOL Node.js versions
Node.js is proudly supported by the partners above and more.
// server.mjs
import { } from 'node:http';
const = ((, ) => {
.(200, { 'Content-Type': 'text/plain' });
.('Hello World!\n');
});
// starts a simple http server locally on port 3000
.(3000, '127.0.0.1', () => {
.('Listening on 127.0.0.1:3000');
});
// run with `node server.mjs`
JavaScript
Learn more what Node.js is able to offer with our Learning materials.