Skip to content

bobbydreamer/modularizing-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modularizing NodeJS

This repository contains below branches with examples

  1. master
  2. template_engines
  3. routes-method1 - Externalizing Routes, Middlewares and Error Handling
  4. routes-method2 - tjholowaychuk's way
  5. routes-method3 - dynamically including all routes
  6. functions - Multiple patterns in externalizing functions

Below are the current commits

* 78bdec6 - (functions) External Functions (31 minutes ago) <Sushanth Bobby Lloyds>
| * 8465d19 - (routes-method3) dynamically including all routes (28 hours ago) <Sushanth Bobby Lloyds>
|/
| * cf09368 - (routes-method2) tjholowaychuk's way of Modular Style (2 days ago) <Sushanth Bobby Lloyds>
|/
| * f0f37b6 - (routes-method1) Updated index.js app.get(wiki), Error Handling in trycatch in homepages.js, preprocess data in number.js, in post.js errorhandling with promise (2 days ago) <Sushanth Bobby Lloyds>
| * c57102d - Middleware updates (2 days ago) <Sushanth Bobby Lloyds>
| * 5bb5f60 - Multiple routes in external files (2 days ago) <Sushanth Bobby Lloyds>
| * be1b4a6 - Two ways of calling from routes folder (2 days ago) <Sushanth Bobby Lloyds>
|/
| * 53de6d9 - (template_engines) Passing variables (3 days ago) <Sushanth Bobby Lloyds>
|/
* f8ab5f6 - (HEAD -> master) Testing Middleware (3 days ago) <Sushanth Bobby Lloyds>
* 2a56033 - Inital Commit (3 days ago) <Sushanth Bobby Lloyds>

About

Modularizing NodeJS Samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published