Now your application
has access to the HTTP
module, and is able to
create a server
source Code 👇👇👇👇
_______________
const http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/html'});
res.end('code with coffee');
}).listen(8080);
console.log("localhost:8080");
_______________
Playlist 👇👇👇👇👇
Htpp Module in node js: • Http Module in node js
Node js complete course in termux: • Node js complete course in termux
Learn fs js in in termux explained: • Learn fs js in in termux explained
Termux Tutorial: • Termux Tutorial
Termux Full-Course: • Termux Full-Course
Termux Full-Course: • Termux Full-Course
Bash Script: • Bash Script
OS Instillation: • OS Instillation
AIDE-IDE-for-Android-Java/android studio Apps: • AIDE-IDE-for-Android-Java/android stu...
Software Install: • Software Install
Tips and tricks: • Tips and tricks
Requested Videos: • Requested Videos
Recycler View: • Recycler View
Learn Python For free Hindi/Urdu: • Learn Python For free Hindi/Urdu
FireBase Apps: • FireBase Apps
Fragment: • Fragment
Android Studio Erorr Fix: • Android Studio Erorr Fix