Skip to content

Commit 623226b

Browse files
save file
1 parent 27cfc1b commit 623226b

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

blog/25-07-24/http-server/http-server.html

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta charset=utf-8>
1010

1111
<title>
12-
How to Set Up a nodejs http server
12+
How To Set Up A Basic HTTP Server In Node.js
1313
</title>
1414

1515
<meta name=description content='Learn how to set up a basic HTTP server in Node.js with this hands-on tutorial featuring an interactive, editable code demo you can run in your browser.'>
@@ -36,6 +36,25 @@
3636

3737
</script>
3838

39+
<meta property="og:title" content="How To Set Up A Basic HTTP Server In Node.js ( with runnable examples )">
40+
<meta property="og:description" content="Learn how to set up a basic HTTP server in Node.js with this hands-on tutorial featuring an interactive, editable code demo you can run in your browser.">
41+
<meta property="og:type" content="article">
42+
<meta property="og:url" content="https://ext-code.com/blog/25-07-24/http-server/http-server.html">
43+
<meta property="og:image" content="https://ext-code.com/blog/25-07-24/http-server/images/">
44+
<meta property="og:site_name" content="Your Blog Name">
45+
<meta property="article:author" content="Matthew Richards">
46+
<meta property="article:tag" content="Node.js">
47+
<meta property="article:tag" content="HTTPS">
48+
<meta property="article:tag" content="Web Development">
49+
<meta property="article:tag" content="Tutorial">
50+
<!--https://www.opengraph.xyz/-->
51+
52+
<meta name="twitter:card" content="summary_large_image">
53+
<meta name="twitter:title" content="How To Set Up A Basic HTTP Server In Node.js ( with runnable examples )">
54+
<meta name="twitter:description" content="Learn how to set up a basic HTTP server in Node.js with this hands-on tutorial featuring an interactive, editable code demo you can run in your browser.">
55+
<meta name="twitter:image" content="https://ext-code.com/blog/25-07-24/http-server/images/">
56+
57+
3958

4059
<script src='https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js'></script>
4160

@@ -148,6 +167,27 @@ <h4>
148167
</div>
149168

150169

170+
<div class=blog-text>
171+
172+
<h4>
173+
X509 Certificates ( HTTPS )
174+
</h4>
175+
176+
<p>
177+
Theres a fully comprehensive x509 certificate suite on the ext-code.com website. HTTPS certificates
178+
can be created
179+
<br>
180+
<a href='/utils/x509/generate-https-certificate/generate-https-certificate.html' target='_blank'>
181+
generate https certificates
182+
<span class=link-domain>
183+
ext-code.com
184+
</span>
185+
</a>
186+
</p>
187+
188+
</div>
189+
190+
151191
<div id=simple-root class=example-root>
152192

153193
<div class=blog-text>

0 commit comments

Comments
 (0)