1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-20 11:27:17 -05:00

Add download

This commit is contained in:
Kevin Martensson 2014-08-10 16:57:24 +02:00
parent 7524cbf7b0
commit f2f1a07c35

View file

@ -82,6 +82,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [hyperquest](https://github.com/substack/hyperquest) - Streaming HTTP requests.
- [spdy](https://github.com/indutny/node-spdy) - Creates SPDY servers with the same API as the built-in `https` module.
- [Nock](https://github.com/pgte/nock) - A HTTP mocking and expectations library.
- [download](https://github.com/kevva/download) - Download and extract files effortlessly.
### Debugging / Profiling
@ -112,7 +114,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Derby](https://github.com/derbyjs/derby) - MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.
### Command-line utilities
- [chalk](https://github.com/sindresorhus/chalk) - Terminal string styling done right.