Another answer would be the NodeJS!
(另一个答案是NodeJS!)
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.
(Node.js是一个基于Chrome JavaScript运行时的平台,可轻松构建快速,可扩展的网络应用程序。)
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.(Node.js使用事件驱动的非阻塞I / O模型,使其轻量级和高效,非常适合在分布式设备上运行的数据密集型实时应用程序。)
Using terminal you will be able to start it using node
command.
(使用终端,您将能够使用node
命令启动它。)
$ node
> 2 + 4
6
>
Note : If you want to exit just type
(注意 :如果要退出,只需键入)
.exit
You can also run a JavaScript file like this:
(您还可以运行如下的JavaScript文件:)
node file.js
? Install it NOW ?
(?现在安装?)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…