Node.js: Difference between revisions
No edit summary |
link to cheatsheet |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
https://freephile.org/node is a node.js implementation that powers the [[Visual editor]] for MediaWiki | https://freephile.org/node is a node.js implementation that powers the [[Visual editor]] for MediaWiki | ||
* {{@todo}} reconstitute the node service | * {{@todo}} reconstitute the node service | ||
** {{done}} installed nodejs package (note that the package provides npm, so it conflicts with the npm standalone package) '''<code>dpkg-query -- | ** {{done}} installed nodejs package (note that the package provides npm, so it conflicts with the npm standalone package) '''<code>dpkg-query --status nodejs</code>''' | ||
** {{AI}} configure port | ** {{AI}} configure port | ||
| Line 18: | Line 18: | ||
* [https://nodejsmodules.org/ nodejs modules] | * [https://nodejsmodules.org/ nodejs modules] | ||
* [http://nodeguide.com/index.html Felix's Node.js Guide] | * [http://nodeguide.com/index.html Felix's Node.js Guide] | ||
* [http://browsenpm.org/package.json interactive cheatsheet for <code>package.json</code>] | |||
* Learnable.com has an intro to node.js course which is valuable. | * Learnable.com has an intro to node.js course which is valuable. | ||
* [http://nodeschool.io/ Node School] | * [http://nodeschool.io/ Node School] | ||