oNora / Node.js_snippets

A collection of experiments that I am using to learn more about Nodejs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

1. read_write

Simple task that shows how node.js can be used to read from text file phone_summary.txt and generate html table with the content demo.html

2. express3_examle

Basic functionality of express version 3:

  • request object
  • response object
  • cookie
  • error
  • next function
  • session

3. express4_examle

Basic functionality of express version 4

  • request object
  • response object
  • cookie
  • error
  • next function
  • session

4. learning-node-master-class

Collection of tasks created during the course The Node.js Master Class .

5. sample

Simulation of quiz. Creating basic server and send information between server and client side. Using handlebars.js to update new info from server without refreshing the page.

About

A collection of experiments that I am using to learn more about Nodejs.


Languages

Language:JavaScript 81.8%Language:HTML 12.1%Language:CSS 6.0%Language:Pug 0.1%