Skip to content

Commit

Permalink
Add libraries and example links to the readme.
Browse files Browse the repository at this point in the history
Thanks to @ForbesLindesay for the prompting in kriskowal#81 for libraries, and @matthewp in kriskowal#85 for examples.
  • Loading branch information
domenic committed Jul 16, 2012
1 parent 6d0c67f commit 6a7876c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,19 @@ The Q module can be loaded as:

- a ``<script>`` tag (creating a ``Q`` global variable):
~3.3 KB minified and gzipped.
- a NodeJS and CommonJS module available from NPM as the ``q``
- a Node.js and CommonJS module available from NPM as the ``q``
package
- a RequireJS module

Q can exchange promises with jQuery and Dojo and the following libraries
are based on Q.

- [q-fs](https://github.com/kriskowal/q-fs)
file system
- [q-http](https://github.com/kriskowal/q-http)
http client and server
- [q-comm](https://github.com/kriskowal/q-comm)
remote objects
- [jaque](https://github.com/kriskowal/jaque)
promising HTTP server, JSGI middleware

[Many other projects](http://search.npmjs.org/#/q) in NPM use Q
internally or provide Q promises.
Q can exchange promises with jQuery, Dojo, When.js, WinJS, and more.
Additionally, there are many libraries that produce and consume Q promises for
everything from file system/database access or RPC to templating. For a list of
some of the more popular ones, see [Libraries][].

Please join the Q-Continuum [mailing list](https://groups.google.com/forum/#!forum/q-continuum).

[Libraries]: https://github.com/kriskowal/q/wiki/Libraries


## Tutorial

Expand Down Expand Up @@ -636,6 +628,14 @@ A method-by-method [Q API reference][reference] is available on the wiki.

[reference]: q/wiki/API-Reference

## More Examples

A growing [examples gallery][examples] is available on the wiki, showing how Q
can be used to make everything better. From XHR to database access to accessing
the Flickr API, Q is there for you.

[examples]: https://github.com/kriskowal/q/wiki/Examples-Gallery

---

Copyright 2009-2012 Kristopher Michael Kowal
Expand Down

0 comments on commit 6a7876c

Please sign in to comment.