User Tools

Site Tools


ubuntu:node.js

Ubuntu - node.js

Node.js is a server-side software system designed for writing scalable Internet applications, notably web servers.

Programs are written on the server side in JavaScript, using event-driven, asynchronous I/O to minimize overhead and maximize scalability.

Node.js contains a built-in HTTP server library, making it possible to run a web server without the use of external software, such as Apache or Lighttpd, and allowing more control of how the web server works.

Node.js enables web developers to create an entire web application in JavaScript, both server-side and client-side.


Install node.js

ubuntu/node.js.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki