hello. I got stuck on this challenge how do I get past this challenge with the help of a glitch.com
Challenge: Basic Node and Express - Meet the Node console
hello. I got stuck on this challenge how do I get past this challenge with the help of a glitch.com
Challenge: Basic Node and Express - Meet the Node console
Node.js is a JavaScript runtime that allows developers to write backend (server-side) programs in JavaScript. Node.js comes with a handful of built-in modules (small, independent programs) that help facilitate this purpose. Some of the core modules include:
HTTP: a module that acts as a server
File System: a module that reads and modifies files
Path: a module for working with directory and file paths
Assertion Testing: a module that checks code against prescribed constraints
Express (not included by default) runs between the server created by Node.js and the frontend pages of a web application. Also handles the app’s routing.
Regards,
Rachel Gomez
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.