Skip to content

Instantly share code, notes, and snippets.

View omolewastephen's full-sized avatar
😆
I am looking for work

Omolewa Stephen Ayobami omolewastephen

😆
I am looking for work
View GitHub Profile
const { createServer } = require('http');
createServer((req, res) => {
res.writeHead(200, {
Connection: 'Transfer-Encoding',
'Content-Type': 'text/html; charset=utf-8',
'Transfer-Encoding': 'chunked'
});
res.write(`