Skip to content

CS2909/nodejs-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Javascript and Nodejs

Week 1:

  1. Frontend, and what is backend?
  2. Basic app with node

IO

  • stdin
  • stdout
  • stderr

Work

Make a simple CLI

  • REQ1: having a name parameter, -n <name> (optional long form: --name <name>)

Week 2:

TODO fixing

IO

  • files
  • async/await

Work

The simple CLI (.cont)

  • REQ2: having a file path parameter, -f <file path> (optional long form: --file-path <file path>)
  • REQ3: create .json file at file path
{
  "name": "${name}"
}

Week 3:

TODO fixing

Modules

  • Module types
  • Net

Work

  • CLI terminal chat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%