Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 327 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 327 Bytes

nodejsmongodb

connecting mongodb through mongo nodejs driver along with that few more javascript tutorials

Files related to nodejs mongo driver.

  1. mongodao.js - All the database operations, error handling and invoking call back function
  2. app.js - Client for the mongodao.js which passes the data and retrieves the data.