summaryrefslogtreecommitdiffstats
path: root/rules/nodejs.in
blob: ba6b871a5223184aaa29e7e0ea252719e2df40b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=bytecode_engines

config NODEJS
	tristate
	prompt "Node.js                       "
	select HOST_SYSTEM_PYTHON3
	select HOST_QEMU
	select HOST_QEMU_USR
	select BROTLI
	select C_ARES
	select LIBUV
	select OPENSSL
	select ZLIB
	help
	  Node.js is an open-source, cross-platform, JavaScript runtime
	  environment that executes JavaScript code outside of a 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- and client-side scripts.