3.5 Summary
In this chapter, you learned how to use the REPL to launch interactive sessions with Node.js to run lightweight experiments. You know how to launch regular Node.js applications on the command line by passing the file name of the initial file. You’ve also been introduced to the http module in the form of a simple web server and used it to develop your first application.
The built-in debugger of the Node.js platform enables you to troubleshoot within a running application. You can use it both interactively on the command line and remotely via the Chrome DevTools or a development environment.
With nodemon, you finally got to know a tool that automatically restarts your application to let changes to the source code take effect.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access