/Nodejs-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

Primary LanguageJavaScript

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)