Feb 09, 2023

Everything you need to know about NodeJS

Learning by Examples

Get your own Node.js Serve

var http = require('http'); http.createServer(function (req, res) {   res.writeHead(200, {'Content-Type': 'text/plain'});   res.end('Hello World!'); }).listen(8080);

Anupama Jedi

Anupama Jedi

I am Anupama Jedi - a free spirit with a passion for Technology, Travel, Food, and F1

Leave a Reply

Related Posts

Categories