Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 517 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 517 Bytes

Node.js examples

This repository contains example applications in Javascript for the Node.js runtime.

This repository shows the following features of Node.js:

  • HTTP Server
  • Async/Await
  • Readfile
  • Streams
  • Set timeout
  • Async promises
  • Async Axios requests
  • JSON parse
  • Express framework

Credits

Some examples are inspired by:

  • IBM's "Developing Cloud Applications with Node.js and React" course
  • John Smilga's "Node.js and Express.js" course (reccomended)