Content deleted Content added
m wikify, red after full stop |
Sentence was "Node.js lets developers use JavaScript to write Command-line interface|command line tools AND FOR server-side scripting". The And and For didn't both make sense so I got rid of one. |
||
Line 18:
'''Node.js''' is a [[cross-platform]], [[Open-source software|open-source]] [[JavaScript]] [[runtime environment]] that can run on [[Microsoft Windows|Windows]], [[Linux]], [[Unix]], [[macOS]], and more. Node.js runs on the [[V8 (JavaScript engine)|V8]] [[JavaScript engine]], and executes JavaScript code outside a [[web browser]].
Node.js lets developers use JavaScript to write [[Command-line interface|command line tools]]
Node.js has an [[event-driven architecture]] capable of [[asynchronous I/O]]. These design choices aim to optimize [[throughput]] and [[scalability]] in web applications with many input/output operations, as well as for [[real-time Web]] applications (e.g., [[real-time communication]] programs and [[browser game]]s).<ref name="readwrite">{{cite web |author=Laurent Orsini |date=2013-11-07 |title=What You Need To Know About Node.js |url=http://readwrite.com/2013/11/07/what-you-need-to-know-about-nodejs |access-date=2022-02-06 |website=readwrite.com}}</ref>
|