Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 811 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 811 Bytes

mongodb-node-beer-and-tech

A repository for my Beer & Technology talk on MongoDB and Node.js

Before starting demo

  • Delete package.json in root.
  • Delete node_modules.
  • Delete npm-shrinkwrap.json file
  • Delete build folder in native-modules.

Further study

Possible addons

  • eslint

  • testing (mocking, async vs sync)

  • How to deal with async callback hell (Promise, Async.js, async/await co/generator functions)

  • Express

    • Error handling
    • Logging
  • PM2

  • Electron

  • React-Native?