Skip to content

Commit 5e682c4

Browse files
save file
1 parent 812bf31 commit 5e682c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

blog/25-08-17/nodejs-in-webpage/nodejs-in-webpage.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188
<blog-hdr component=grp1 v2.0>
189189
<h1 class=title>
190-
nodejs in webpage
190+
Node.js In Webpage
191191
</h1>
192192
<time slot=date datetime=2025-10-29>
193193
29 Oct 2025
@@ -200,7 +200,11 @@ <h1 class=title>
200200
<p>
201201
running nodejs code in a webpage
202202
</p>
203-
203+
204+
<p>
205+
Discover how to run Node.js-like code directly in the browser using WebContainers and other tools. This guide includes a live, editable demo so you can experiment with server-side JavaScript in a webpage—no local setup required.
206+
</p>
207+
204208
<p>
205209
the containing page requires the following headers
206210
</p>

0 commit comments

Comments
 (0)