Changes between Version 13 and Version 14 of members/GRIP-UQAM/Javascript


Ignore:
Timestamp:
Jan 8, 2017, 8:19:08 PM (7 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM/Javascript

    v13 v14  
    11[[PageOutline]]
     2* [WikiPedia:Node.js]
    23= Engines =
    34* [WikiPedia:ECMAScript]
     
    2829* https://vuejs.org/examples/tree-view.html
    2930= Javascript Programming (Server Side) =
     31== About Node.js ==
    3032* [DebianPackage:node-], https://qa.debian.org/developer.php?login=pkg-javascript-devel@lists.alioth.debian.org
     33== Learning Node.js ==
     34* //[https://www.tutorialspoint.com/nodejs/index.htm tutorials point: Node.js Tutorial]//
    3135== FastCGI ==
    3236* At the moment, the FastCGI package must be downloaded with npm: [Google:node+js+fastcgi+site:debian.org].
    3337* //[https://www.quora.com/How-can-Node-js-be-used-as-a-FastCGI-Process-ex-PHP-FPM-with-a-real-webserver-nginx-or-lighttpd-instead-of-running-it-on-port-X-and-calling-with-Reverse-Proxy How can Node.js be used as a FastCGI Process (ex: PHP-FPM) with a real webserver (nginx or lighttpd) instead of running it on port X and calling with Reverse Proxy?]//
     38* fcgi: [https://www.npmjs.com/search?q=fcgi npm]
     39* [[Image(https://nodei.co/npm/node-fastcgi.png?downloads=true&downloadRank=true&stars=true, link=https://nodei.co/npm/node-fastcgi/, title=fbbdev/node-fastcgi)]]
     40* [[Image(https://nodei.co/npm/fastcgi-server.png?downloads=true&downloadRank=true&stars=true, link=https://nodei.co/npm/fastcgi-server/, title=davidfoliveira/node-fastcgi-server)]]
    3441== Web Framework ==
    3542* [WikiPedia:Meteor_(web_framework)] [https://fr.wikipedia.org/wiki/Meteor_(framework) fr] (server initiated communication following publish-subscribe pattern)
     
    5461fcgi.createServer(app).listen();
    5562}}}
     63* //[http://stackoverflow.com/questions/23777920/use-expressjs-app-via-fastcgi Use ExpressJS app via FastCGI]//
    5664=== SPDY and Express (may share some particularities with FastCGI in its interaction with Express) ===
    5765* [Google:spdy+node.js+express]
     
    5967* [https://github.com/eee-c/express-spdy]
    6068* //[https://webapplog.com/http2-node/ Easy HTTP/2 Server with Node.js and Express.js]//
     69== Most popular libraries ==
     70* [[Image(https://nodei.co/npm/request.png?downloads=true&downloadRank=true&stars=true, link=https://nodei.co/npm/request/, title=request/request)]][[Image(https://qa.debian.org/cgi-bin/popcon-png?packages=node-request&show_installed=on&date_fmt=%25Y, 9%, link=https://tracker.debian.org/pkg/node-request, title="debian: node-request")]]
     71* [[Image(https://nodei.co/npm/express.png?downloads=true&downloadRank=true&stars=true, link=https://nodei.co/npm/express/, title=expressjs/express)]][[Image(https://qa.debian.org/cgi-bin/popcon-png?packages=node-express&show_installed=on&date_fmt=%25Y, 9%, link=https://tracker.debian.org/pkg/node-express, title="debian: node-express")]] [[Image(https://qa.debian.org/cgi-bin/popcon-png?packages=node-express-generator&show_installed=on&date_fmt=%25Y, 9%, link=https://tracker.debian.org/pkg/node-express-generator, title="debian: node-express-generator")]]
     72* [[Image(https://nodei.co/npm/cache-manager.png?downloads=true&downloadRank=true&stars=true, link=https://nodei.co/npm/cache-manager/, title=BryanDonovan/node-cache-manager)]] https://packages.debian.org/fr/node-cache-manager
     73{{{#!comment
     74
     75* [[Image(https://nodei.co/npm/.png?downloads=true&downloadRank=true&stars=true, link=https://nodei.co/npm//, title=)]]
     76
     77[[Image(https://qa.debian.org/cgi-bin/popcon-png?packages=&show_installed=on&date_fmt=%25Y, 3%, link=https://tracker.debian.org/pkg/, title="debian: ")]]
     78
     79}}}
    6180= Javascript Programming (Desktop) =
    6281* keywords: node js gui