Step into the server-side shadows. Learn Node.js and conquer the backend.
fs
, http
require()
and process.argv
http.createServer()
Write a Node.js script that logs your name, weapon, and level to the console.
Create a Node.js HTTP server that returns "Welcome to the Backend Lair" in the browser.
Build a CLI script quest-log.js
that:
>
Takes command line input (e.g. hero name, weapon)>
Writes the data to log.txt
using the fs
module
>
Prints a "Mission saved!" messageSubmit your quest-log.js
file on Discord to earn the Berserker badge!
Submit Your Challenge