Skip to content

Instantly share code, notes, and snippets.

@unicodeveloper
Created September 12, 2016 15:53
Show Gist options
  • Save unicodeveloper/cde453d3dcb7adfdcb5754ffa76ff519 to your computer and use it in GitHub Desktop.
Save unicodeveloper/cde453d3dcb7adfdcb5754ffa76ff519 to your computer and use it in GitHub Desktop.
Brief description of node modules
async - For managing asynchronous flow
bcrypt - For hashing passwords
body-parser - For parsing POST request data
cloudinary - For uploading videos to Cloudinary Storage
cors - For managing cross origin request permissions
dotenv - For reading environment values from the .env file
express - Web framework for Node.js
gravatar - For fetching a user's avatar from the popular gravatar service
jwt-simple - For creating json web tokens
lodash - For easy manipulation of data structure
moment - For getting time stamps easily
mongoose - MongoDB ODM with validation and Schema support
morgan - HTTP Request logger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment