Closed seanmars closed 4 years ago
node-browserify https://github.com/substack/node-browserify
browser-side require() the node.js way http://browserify.org/
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.
socket.io https://github.com/socketio/socket.io/
Realtime application framework (Node.JS server)
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.
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.
string.js https://github.com/jprichardson/string.js
Extra JavaScript string methods. http://stringjs.com
iconv-lite https://github.com/ashtuchkin/iconv-lite
Convert character encodings in pure javascript.
request https://github.com/request/request
Simplified HTTP request client.
htmlparser2 https://github.com/fb55/htmlparser2
forgiving html and xml parser
async http://caolan.github.io/async
Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript.
db-migrate https://github.com/db-migrate/node-db-migrate
Database migration framework for node
sequelizejs https://github.com/sequelize/sequelize
An easy-to-use multi SQL dialect ORM for Node.js http://sequelizejs.com
bluebird https://github.com/petkaantonov/bluebird
Bluebird is a full featured promise library with unmatched performance. http://bluebirdjs.com
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/
npm-check https://github.com/dylang/npm-check