Skip to content

Javascript, Node.js, and Typescript reference material.

Notifications You must be signed in to change notification settings

Swhite215/Code-Reference-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Reference-JS

Topics: JavaScript, Node.js, Mocha, Chai, Typescript

Objective

To provide reference materials for working with JavaScript

NodeJS

- Express
     Basic Server
     Routes
     Controllers
     Service
- Design Patterns
- Node Modules
     Event Emitter
     File System
     HTTP
     HTTPS
     Module
     OS
     Path
     Read Line
     Streams
     Timers

Testing

- Notes
- Mocha and Chai/Chai-HTTP
     Chai - Assert
     Chai - Expect
     Chai - Should
     Chai-HTTP