Content
@
0 reply
0 recast
2 reactions
Mosi 🐹
@metanol
Get into scalable network app development with Node.js! 🚀 Try out this simple code: http.createServer((req, res) => { res.writeHead(200, {'Content-Type': 'text/html'}); res.end('Hello World!'); }).listen(8080); ——— Run node app.js and hit up localhost:8080to see it in action. #Nodejs #Coding
8 replies
2 recasts
6 reactions
Reyhaneh🎩🪄
@reyhaneh62
thanks a lot 48 $DEGEN
0 reply
0 recast
0 reaction