Language
English
Español
Loading server data...
Back
Server Component
This component runs
only on the server
. No JavaScript is sent to the browser for this component.
Data fetched on the server
Server time
2026-03-02T18:45:57.276Z
Node.js version
v22.19.0
Platform
linux
Process ID
1
RSS memory
0 MB
NODE_ENV
production
Query time
100 ms
Why Server Component?
‣
Direct access to
process.env
, filesystem, and databases
‣
Zero KB of JavaScript sent to the client for this component
‣
Sensitive data (API keys, queries) never reaches the browser
‣
You can use
async/await
directly in the component
‣
Reload the page to see time and PID change
See Client Component →