Apply for Zend Framework Certification Training

NodeJs





Step - 1

npm i nodemon Edit your Package.json file:- set start to nodemon: "scripts": {  "test": "echo \"Error: no test specified\" && exit 1",  "start": "nodemon server.js"  // or app.js } Run npm start to try the server

< Difference between promise and async await in Node.js Make chat using node mongoodb socketIo >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top