An open API service indexing awesome lists of open source software.

https://github.com/tf/clientside-npm-talk

A talk about modularizing and versioning client-side javascript.
https://github.com/tf/clientside-npm-talk

Last synced: over 1 year ago
JSON representation

A talk about modularizing and versioning client-side javascript.

Awesome Lists containing this project

README

          

# Talk: Client-side Dependency Management with npm and ender

by [Tim Fischbach](http://github.com/tf) ([@tfischbach](http://twitter.com/tfischbach))

## Links & Resources

* [Slides](http://tf.github.com/clientside-npm-talk/slides)

### npm

* [npm](http://npmjs.org) - The node package manager.
* [npmjs.org github repo](http://github.com/isaacs/npmjs.org.git) - Infos about setting up your own npm registry.

### ender

* [ender](http://ender.no.de) - Use npm packages on the client-side.
* [github repo](http://github.com/ender-js/Ender) - 1.0 rewrite on the way (see 1.0-wip branch).

### Alternaitves

* [require.js](http://requirejs.org) - AMD style module loader.
* [bpm](http://getbpm.org) - The browser package manager. Still young.