| CARVIEW |
Select Language
HTTP/2 307
date: Sat, 27 Dec 2025 05:26:10 GMT
content-type: text/plain
server: cloudflare
location: /en
cf-ray: 9b4666ca3e0c999b-BLR
cf-cache-status: DYNAMIC
cache-control: public, max-age=0, must-revalidate
set-cookie: NEXT_LOCALE=en; Path=/; SameSite=lax
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
x-vercel-id: bom1::9cpg7-1766813170337-de3410cbfea7
vary: Accept-Encoding
HTTP/2 200
date: Sat, 27 Dec 2025 05:26:10 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 9b4666ca9eb3999b-BLR
cf-cache-status: DYNAMIC
age: 80
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::bom1::zrmtv-1766813170397-cde50d54c60d
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.