repo/extra/nodejs
Owen Rafferty 9fef4d6b6d
nodejs: 18.10.0
2022-09-28 13:29:10 -05:00
..
README doc: Fix incorrect links 2021-08-26 10:01:28 +03:00
build nodejs: drop KISS_ROOT usage 2022-04-20 09:46:59 +00:00
checksums nodejs: 18.10.0 2022-09-28 13:29:10 -05:00
depends nodejs: add openssl to depends 2021-07-08 00:14:22 +03:00
sources nodejs: 16.11.0 2021-10-09 06:54:24 +03:00
version nodejs: 18.10.0 2022-09-28 13:29:10 -05:00

README

nodejs
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  Nodejs lives here solely for use by Firefox's build system. If Firefox ever |
|  drops its nodejs dependency, this package will be removed.                  |
|                                                                              |
+------------------------------------------------------------------------------+

Node.js is an open-source, cross-platform, back-end JavaScript runtime
environment that runs on the V8 engine and executes JavaScript code outside a
web browser. Node.js lets developers use JavaScript to write command line tools
and for server-side scripting—running scripts server-side to produce dynamic web
page content before the page is sent to the user's web browser. Consequently,
Node.js represents a "JavaScript everywhere" paradigm, unifying web-application
development around a single programming language, rather than different
languages for server-side and client-side scripts. [0]

Upstream: https://nodejs.org/en/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b nodejs                                                             |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Node.js