https://github.com/mdecker-mobilecomputing/nodejs_grundlagen
Some files to demonstrate basics of programming with Node.js.
https://github.com/mdecker-mobilecomputing/nodejs_grundlagen
basics github-actions javascript nodejs
Last synced: 4 months ago
JSON representation
Some files to demonstrate basics of programming with Node.js.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/nodejs_grundlagen
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2018-11-18T14:31:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T10:50:25.000Z (8 months ago)
- Last Synced: 2025-01-05T20:42:39.950Z (5 months ago)
- Topics: basics, github-actions, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Grundlagen Node.js #
This repository contains some files to demonstrate the basic usage of [Node.js](https://nodejs.org),
a runtime to execute JavaScript programs on desktop computers and servers.
See also [this repository](https://github.com/MDecker-MobileComputing/Nodejs_Tastatureingabe) on how to read user input via the keyboard.
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License)
for the files in this repository.