ClientManager
Sample application built with Backbone, RequireJS and Twitter Bootstrap on the client and Node.js (Express.js, Mongoose) on the server.airpair-nodejs-mistakes
Top 10 Mistakes Node.js Developers Make - Airpair article (sample code)get-folder-size
Get the size of a folder by recursively iterating through all its sub(files && folders).dynroute
Node CLI tool for dynamic DNS using Route53Nodetuts
All the files needed for the nodetuts.com episodes & some node.js tests of my ownmastering_express_code
Source code for the book "Mastering Web Application Development with Express"dotfiles
[DEPRECATED] see https://github.com/alessioalex/vim-setup for vim stufftreeIt
Convert your JavaScript objects to HTML, no additional hassle and NO <pre> tags involved.try-json-parse
Just like JSON.parse(), except that it doesn't throw an error for invalid JSON, it just returns nullangular2-browserify
Angular 2 && TypeScript via browserifyis-binary
Detects if a file is binary based on its content.dev-error-handler
HTTP error-handling middleware that displays syntax highlighted source code.git-grep
Easily search a git repo in a Node streamy way (by shelling out to git-grep(1)).karlsruhejs
KarlsruheJS meetupreloadify
A live-reload NPM module that works well with your raw Node / Express servers. CLI version available as well.git-blame
Shelling out to git blame in a streaming Node fashion.spawn-to-readstream
Make child_process.spawn behave like a read stream, emit error event with full message (and not emit 'end' event wrongfully).generic-middleware
Like Connect/Express middleware, but you can use it for everything.inject-html
Node module for injecting HTML code before or after the `body` tag into the response.git-parse-commit
Parse git commit data, like the one we get when running `git rev-list ...`.git-diff-tree
Shelling out to git-diff-tree(1) in a Node streamy fashionapp-title
Node module that will setup the process.title for your application automagicallypump-chain
A module that glues pump and bubble-stream-error to make life easier when piping streams internally and returning an outer stream.recursive-object-proxy
Like ES6 proxies but deeper. Will notify you whenever a property of an object is updated, no matter how nested it is.git-spawned-stream
Create a readable stream from a spawned git process.git-commits
Get the commit history of a repo in a Node streamy way by shelling out to git-rev-list(1).git-count-commits
Get the total number of commits for a repo and a specific revision by shelling out to git.reddit-api-client
Barebones Reddit API client for Node.jsbubble-stream-error
Bubble errors from sub-streams to a master stream.LogIt
Logging library for Node.js, store independent, inspired by jog and tracer.Cls
An interface for classical object oriented programming in JavaScript.nice-error
Node.js module for making errors loggable / readable / serializable etc.pkg-builder
Install your app's NPM packages programatically.custom-err
Create an error with custom properties in Node.eslintrc
My own take on a JavaScript style guide. (DEPRECATED)response-spy
Intercepts HTTP response headers && body (without any man-in-the-middle http proxy server)express-etaggable
Express middleware that handles the Etag caching mechanism for you and only calls the dynamic function to load the content when needed.git-tree
Stream the content of a git tree object by shelling out to git-ls-tree(1)limit-spawn
Kills a child process created with spawn after X bytes are sentsplit-transform-stream
A combination of through2 and split with a straightforward interface.Presentations
Presentationsgit-authors
List all authors that have contributed to a git project in descending order, based on the number of commits.npm-dep-chain
Get all the NPM dependencies for a module / set of modules (goes down the stack, for all the subdependencies etc)parallelize
control flow library for parallel async functions; it invokes the callback with the aggregated results or an errornpm-republicate
Replicate an NPM module (along with its deps) from registry A to registry B (by publishing it && its deps).waterfallize
Control flow library, similar to async.waterfall but with a different API and faster.ng-changelog
Changelog generator based on the Angular git commit message conventions.git-submodules
Get submodules data (name, path, url) for a git repo.asyncache
Transparently cache your asynchronous get functions.git-get-file
Return a stream with the contents of file at the revision ref.to-generator
Transform an Array | Object into a Generator object.node-self-registry
Private NPM registry that only replicates the specified modules from NPM [work in progress].git-execute
Utility module over `child_process.exec` for git commands.git-count-files
Get the total number of files for a repo and a specific revision by shelling out to git.tiny-algos
daily coding challenges in JSsize-on-disk
Get folder size on disk by shelling out to du (disk usage cmd).vim-setup
My vim setup - with an installergit-download-archive
Get a tar/zip archive stream from a git repository (at a certain commit).debug-app
debug module with a default namespace consisting of the application name and current filename.browser-event-debugger
For those moments when you don't know who's adding event listeners on a page.tiny-filter-async
Async filter function, similar to async.filtergit-get-patch
Returns a readable stream with a git patch.linguist-data
linguist's languages.yml in JSON formateslint-config-alessioalex
eslint sharable config, personal flavourDelayME
Serving static files with delay style. Useful for testing what an external script might do to your application if you put it in <head> ;)tiny-each-async
Asynchronous iterator function for parallel processing.fronteers_node_talk
visual-diff
Visual diff two websites, alpha tool edition.tiny-map-async
Asynchronous version of map that is similar to async.map, but has extra goodies included.standard
My own flavor of the standard linter.git-show-ref
List the references from the local repository in a Node streamy way (by shelling out to git-show-ref(1)).todo-projects-wishlist
Things I would like to learn and experiment with.shebang
Node module for extracting normalized shebang command tokenparent-package
Recursive search (folder path upwards) until the (/some) package.json data is found.reddit-notifier
Receive a pushover notification whenever a user posts something on reddit. [WIP]markdown-editor
Markdown editor with live preview, inspired by https://github.com/thlorenz/browserify-markdown-editornpm-pkginfo
Lightweight version of npm-registry-client#get with configurable cache storestrace-current
Node.js module that returns the stacktrace for the current position.frontpage-hn
Retrieves the front page stories from Hacker News in JSON formatrfifa-bot
git-name-rev
Find symbolic names for given revs by shelling out to Git (namely git-name-rev(1))locked-atomic-ws
A combination of fs-write-stream-atomic and node-proper-lockfile to ensure that no more than one (atomic) write stream can be used at a time for a certain file.css-stream
wiplevel-remove-notfound
Remove the check for notFoundError when using levelUp.get()json-inherit
Requiring JSON files with inheritance baked in.express-var-dump
Express view helper inspired by PHP's var_dump()Love Open Source and this site? Check out how you can help us