User Tools

Site Tools


no:resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
no:resources [2013/08/29 16:38] – [Basic resources] fgmno:resources [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 7: Line 7:
 ===== Packages ===== ===== Packages =====
  
 +  * Déboguage: [[https://github.com/node-inspector/node-inspector|Node Inspector]]
 +  * Injection de dépendances: [[https://github.com/bookalokal/omni-di|Omni-DI]]
   * Logging: [[https://github.com/bpaquet/log4node#readme|Log4Node]]   * Logging: [[https://github.com/bpaquet/log4node#readme|Log4Node]]
   * Middleware (catalogue d'autres middlewares assemblés): Connect   * Middleware (catalogue d'autres middlewares assemblés): Connect
Line 12: Line 14:
     * [[http://tjholowaychuk.com/post/664516126/connect-middleware-for-nodejs|Intro à Connect]]     * [[http://tjholowaychuk.com/post/664516126/connect-middleware-for-nodejs|Intro à Connect]]
   * Multi-process [[https://github.com/LearnBoost/cluster|Cluster]]   * Multi-process [[https://github.com/LearnBoost/cluster|Cluster]]
 +  * Profiling [[http://strongloop.com/node-js-performance/strongops/|StrongOps]] née Nodefly
   * Option parsing: [[https://github.com/substack/node-optimist#readme|Optimist]]   * Option parsing: [[https://github.com/substack/node-optimist#readme|Optimist]]
   * Support pour Rackspace Cloudfiles [[https://github.com/nodejitsu/node-cloudfiles|Node CloudFiles]]   * Support pour Rackspace Cloudfiles [[https://github.com/nodejitsu/node-cloudfiles|Node CloudFiles]]
 +  * Synchronisation
 +    * [[https://github.com/caolan/async|Async]]
 +    * [[https://github.com/kriskowal/q|Q]] (promises/A) 
   * Démonisation (cf NWD pp. 30-31):   * Démonisation (cf NWD pp. 30-31):
     * Debian     * Debian
Line 22: Line 28:
       * [[https://github.com/frodwith/node-init|Node Init]]       * [[https://github.com/frodwith/node-init|Node Init]]
       * Inclus dans Connect (cf supra)       * Inclus dans Connect (cf supra)
-    * NPM+    * Run: 
-      * [[http://github.com/nodejitsu/forever|Forever]]. [[http://blog.nodejitsu.com/keep-a-nodejs-server-up-with-forever|Intro]] +      * [[https://github.com/remy/nodemon|Nodemon]] plutôt pour dév. 
-      * [[https://github.com/pgte/fugue|Fugue]]+      * [[https://github.com/Unitech/pm2|PM2]] plutôt pour prod. 
 +      * [[http://github.com/nodejitsu/forever|Forever]]. plutôt pour prod, mais moins évolué que PM2[[http://blog.nodejitsu.com/keep-a-nodejs-server-up-with-forever|Intro]] 
 +      * [[https://github.com/pgte/fugue|Fugue]] abandonné
     * [[http://upstart.ubuntu.com|Upstart]]     * [[http://upstart.ubuntu.com|Upstart]]
       * [[https://github.com/shimondoodkin/nodejs-autorestart|Node.js Autorestart]]       * [[https://github.com/shimondoodkin/nodejs-autorestart|Node.js Autorestart]]
no/resources.1377794321.txt.gz · Last modified: 2020/11/23 17:23 (external edit)