LocalHost is not loading after making changes to node.js i am running the commands on linux subsystem in windows

后端 未结 0 1929
南旧
南旧 2020-12-21 15:09

I am trying to run below node.js program in port 4242

const http = require(\'http\');

const server = http.createServer((req, res) => {
  res.end(\'Hello W         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题