Total Pageviews

Thursday, 12 November 2020

some Node Modules

 Save yourself lot’s of time and energy by importing the right modules in your app and workflow. These time savers are some of the best of the best on Github and NPM - familiarize yourself with them.



























































NameDescription
JSON ServerGet a full fake REST API with zero coding in less than 30 seconds (seriously)
Super AgentGet a full fake REST API with zero coding in less than 30 seconds (seriously)
PassportSimple, unobtrusive authentication for Node.js.
EJSEmbedded JavaScript templates
Colorsget colors in your node.js console
FakerGenerate massive amounts of fake contextual data
Awesome VueA curated list of awesome things related to Vue.js
CheerioTiny, fast, and elegant implementation of core jQuery designed specifically for the server
MarkedA markdown parser and compiler. Built for speed.
SpectreSpectre.css - a lightweight, responsive and modern CSS framework.
MegaboilerplateHandcrafted starter projects, optimized for simplicity and ease of use.
States & FatesThis document helps clarify the different adjectives surrounding promises, by dividing them up into two categories: states and fates.
ChalkHandcrafted starter projects, optimized for simplicity and ease of use.

You won’t find the usuals in the list, like body-parser, nodemon, mocha, grunt, nodemailer, nodemon, jshint, connect, express. I thought it would be cool not to focus on mainstream stuff.

You can use small focused modules for reusability, flexibility and that are easier to reason about to then build more advanced things upon.


from http://ahadb.github.io/2016/09/11/repos/

No comments:

Post a Comment