Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhan-profile/node-js-practice-codeacademy


https://github.com/dhan-profile/node-js-practice-codeacademy

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Node-JS-Practice-CodeAcademy

Node.js is a JavaScript runtime, or an environment that allows us to execute JavaScript code outside of the browser. A “runtime” converts code written in a high-level, human-readable, programming language and compiles it down to code the computer can execute.


Though Node was created with the goal of building web servers and web applications in JavaScript, it can also be used for creating command-line applications or desktop applications.