Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dhan-profile/node-js-practice-codeacademy
- Owner: dhan-profile
- Created: 2023-12-23T05:31:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-23T06:59:53.000Z (11 months ago)
- Last Synced: 2024-03-17T15:50:02.135Z (8 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.