Files
awesome-kubernetes/docs/javascript.md
2020-05-08 12:08:05 +02:00

14 lines
647 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# JavaScript
- [wikipedia: JavaScript](https://en.wikipedia.org/wiki/JavaScript)
- [v8.dev:](https://v8.dev/) Googles open source high-performance JavaScript and WebAssembly engine.
## Node.js
- [wikipedia: Node.js](https://en.wikipedia.org/wiki/Node.js)
- [nodejs.org](https://nodejs.org/)
- [github.com/nodejs/node](https://github.com/nodejs/node)
## Npm
- [wikipedia: Npm](https://en.wikipedia.org/wiki/Npm_(software)) (originally short for Node Package Manager) is a package manager for the JavaScript programming language.
- [Npm](https://www.npmjs.com/)
- [npm has joined GitHub](https://github.blog/2020-04-15-npm-has-joined-github/)