-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path01-gettingstarted-example.html
12 lines (11 loc) · 1.36 KB
/
01-gettingstarted-example.html
1
2
3
4
5
6
7
8
9
10
11
12
<p>Definitions</p>
<ul>
<li><p><a href="https://nodejs.org/">Node.js</a> is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.</p></li>
<li><p><a href="https://en.wikipedia.org/wiki/Npm_(software)">npm</a> npm is the official package manager for Node.js. npm is bundled and installed automatically with the environment.</p></li>
<li><p><a href="https://gruntjs.com/">GruntJS</a> is a JavaScript based command line build tool that helps developers automate repetitive tasks.</p></li>
<li><p><a href="https://expressjs.com/">ExpressJS</a> is a minimal and flexible node.js web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications.</p></li>
<li><p><a href="https://www.mongodb.org">MongoDB</a> is an open-source document database, and the leading NoSQL database.</p></li>
<li><p><a href="https://www.mongodb.com/nosql-explained">NoSQL</a> databases explained.</p></li>
<li><p><a href="https://en.wikipedia.org/wiki/Content_delivery_network">CDN</a> or content delivery network is a large distributed system of servers deployed in multiple data centers across the Internet.</p></li>
<li><p><a href="https://en.wikipedia.org/wiki/Platform_as_a_service">PaaS</a> or Platform as a Service provides a solution stack as a service. IE: Heroku or others like it.</p></li>
</ul>