seanmars / notes

use issue for some helpful information.
Do What The F*ck You Want To Public License
0 stars 0 forks source link

NPM(Node.js) collection #30

Closed seanmars closed 4 years ago

seanmars commented 8 years ago

npm-check https://github.com/dylang/npm-check

Check for outdated, incorrect, and unused dependencies.

seanmars commented 8 years ago

node-browserify https://github.com/substack/node-browserify

browser-side require() the node.js way http://browserify.org/

seanmars commented 8 years ago

Async.js https://github.com/caolan/async

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with Node.js and installable via npm install --save async, it can also be used directly in the browser.

seanmars commented 8 years ago

socket.io https://github.com/socketio/socket.io/

Realtime application framework (Node.JS server)

seanmars commented 8 years ago

Underscore.js http://underscorejs.org/

Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. It’s the answer to the question: “If I sit down in front of a blank HTML page, and want to start being productive immediately, what do I need?” … and the tie to go along with jQuery's tux and Backbone's suspenders.

Underscore provides over 100 functions that support both your favorite workaday functional helpers: map, filter, invoke — as well as more specialized goodies: function binding, javascript templating, creating quick indexes, deep equality testing, and so on.

seanmars commented 8 years ago

scrollbear http://changbenny.github.io/scrollbear/

Scrollbear is a tool that maintains the container scroll position when images loaded. Scrollbear is suitable in blog platforms where exist many photos and images. When images loaded, the scroll position will jump and cause a unfriendly experience. Scrollbear will trace the container height and maintain the scroll position when the images loaded and container height change.

seanmars commented 8 years ago

string.js https://github.com/jprichardson/string.js

Extra JavaScript string methods. http://stringjs.com

seanmars commented 8 years ago

iconv-lite https://github.com/ashtuchkin/iconv-lite

Convert character encodings in pure javascript.

seanmars commented 8 years ago

request https://github.com/request/request

Simplified HTTP request client.

seanmars commented 8 years ago

htmlparser2 https://github.com/fb55/htmlparser2

forgiving html and xml parser

seanmars commented 8 years ago

async http://caolan.github.io/async

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript.

seanmars commented 8 years ago

db-migrate https://github.com/db-migrate/node-db-migrate

Database migration framework for node

seanmars commented 8 years ago

sequelizejs https://github.com/sequelize/sequelize

An easy-to-use multi SQL dialect ORM for Node.js http://sequelizejs.com

seanmars commented 8 years ago

bluebird https://github.com/petkaantonov/bluebird

Bluebird is a full featured promise library with unmatched performance. http://bluebirdjs.com

seanmars commented 7 years ago

logdown.js https://github.com/caiogondim/logdown.js

Debug utility with markdown support that runs on browser and server http://caiogondim.github.io/logdown.js/