repo/extra/nodejs
Owen Rafferty 7f84bdadc6
nodejs: 22.3.0
2024-06-11 20:29:09 -05:00
..
README doc: Fix incorrect links 2021-08-26 10:01:28 +03:00
build nodejs: 21.7.1 2024-03-09 23:18:56 -06:00
checksums nodejs: 22.3.0 2024-06-11 20:29:09 -05:00
depends nodejs: add openssl to depends 2021-07-08 00:14:22 +03:00
sources nodejs: 22.3.0 2024-06-11 20:29:09 -05:00
version nodejs: 22.3.0 2024-06-11 20:29:09 -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