From eff6ae5618dc356fa7ea650d3e3508ae4ad38a5d Mon Sep 17 00:00:00 2001 From: Aymen Naghmouchi Date: Tue, 26 Nov 2019 15:04:05 +0100 Subject: [PATCH 1/3] add MEAN and Loopback --- src/documentation/0001-node-introduction/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/documentation/0001-node-introduction/index.md b/src/documentation/0001-node-introduction/index.md index c9e7ad5416..6ead02bcf2 100644 --- a/src/documentation/0001-node-introduction/index.md +++ b/src/documentation/0001-node-introduction/index.md @@ -1,7 +1,7 @@ --- title: Introduction to Node.js description: "Getting started guide to Node.js, the server-side JavaScript runtime environment. Node.js is built on top of the Google Chrome V8 JavaScript engine, and it's mainly used to create web servers - but it's not limited to just that." -authors: flaviocopes, potch, MylesBorins, RomainLanz, virkt25, Trott, onel0p3z, ollelauribostrom, MarkPieszak, fhemberger, LaRuaNa, FrozenPandaz, mcollina, amiller-gh, ahmadawais, saqibameen, dangen-effy +authors: flaviocopes, potch, MylesBorins, RomainLanz, virkt25, Trott, onel0p3z, ollelauribostrom, MarkPieszak, fhemberger, LaRuaNa, FrozenPandaz, mcollina, amiller-gh, ahmadawais, saqibameen, dangen-effy, aymen94 section: Quick Start --- @@ -100,6 +100,8 @@ Many of those established over time as popular options. Here is a non-comprehens - [**Fastify**](https://fastify.io/): A web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture. Fastify is one of the fastest Node.js web frameworks. - [**hapi**](https://hapijs.com): A rich framework for building applications and services that enables developers to focus on writing reusable application logic instead of spending time building infrastructure. - [**koa**](http://koajs.com/): It is built by the same team behind Express, aims to be even simpler and smaller, building on top of years of knowledge. The new project born out of the need to create incompatible changes without disrupting the existing community. +- [**Loopback.io**](https://loopback.io/): Makes it easy to build modern applications that require complex integrations. +- [**MEAN.io**](https://github.com/linnovate/mean): It is a stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications. - [**Meteor**](https://meteor.com): An incredibly powerful full-stack framework, powering you with an isomorphic approach to building apps with JavaScript, sharing code on the client and the server. Once an off-the-shelf tool that provided everything, now integrates with frontend libs [React](https://reactjs.org/), [Vue](https://vuejs.org/), and [Angular](https://angular.io). Can be used to create mobile apps as well. - [**Micro**](https://github.com/zeit/micro): It provides a very lightweight server to create asynchronous HTTP microservices. - [**NestJS**](https://nestjs.com/): A TypeScript based progressive Node.js framework for building enterprise-grade efficient, reliable and scalable server-side applications. From 7ef2a6558aecdffd2ab8af00e753d732c95d9399 Mon Sep 17 00:00:00 2001 From: Aymen Naghmouchi Date: Mon, 23 Dec 2019 21:11:11 +0100 Subject: [PATCH 2/3] removed MEAN --- src/documentation/0001-node-introduction/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/documentation/0001-node-introduction/index.md b/src/documentation/0001-node-introduction/index.md index 6ead02bcf2..915b936410 100644 --- a/src/documentation/0001-node-introduction/index.md +++ b/src/documentation/0001-node-introduction/index.md @@ -101,7 +101,6 @@ Many of those established over time as popular options. Here is a non-comprehens - [**hapi**](https://hapijs.com): A rich framework for building applications and services that enables developers to focus on writing reusable application logic instead of spending time building infrastructure. - [**koa**](http://koajs.com/): It is built by the same team behind Express, aims to be even simpler and smaller, building on top of years of knowledge. The new project born out of the need to create incompatible changes without disrupting the existing community. - [**Loopback.io**](https://loopback.io/): Makes it easy to build modern applications that require complex integrations. -- [**MEAN.io**](https://github.com/linnovate/mean): It is a stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications. - [**Meteor**](https://meteor.com): An incredibly powerful full-stack framework, powering you with an isomorphic approach to building apps with JavaScript, sharing code on the client and the server. Once an off-the-shelf tool that provided everything, now integrates with frontend libs [React](https://reactjs.org/), [Vue](https://vuejs.org/), and [Angular](https://angular.io). Can be used to create mobile apps as well. - [**Micro**](https://github.com/zeit/micro): It provides a very lightweight server to create asynchronous HTTP microservices. - [**NestJS**](https://nestjs.com/): A TypeScript based progressive Node.js framework for building enterprise-grade efficient, reliable and scalable server-side applications. From 6f032dbb70a5c610ef5eae910a332a7d61b85a55 Mon Sep 17 00:00:00 2001 From: Aymen Naghmouchi Date: Tue, 24 Dec 2019 02:06:56 +0100 Subject: [PATCH 3/3] remove space Co-Authored-By: Nick Schonning --- src/documentation/0001-node-introduction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/0001-node-introduction/index.md b/src/documentation/0001-node-introduction/index.md index 915b936410..ce4e0aa1ab 100644 --- a/src/documentation/0001-node-introduction/index.md +++ b/src/documentation/0001-node-introduction/index.md @@ -100,7 +100,7 @@ Many of those established over time as popular options. Here is a non-comprehens - [**Fastify**](https://fastify.io/): A web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture. Fastify is one of the fastest Node.js web frameworks. - [**hapi**](https://hapijs.com): A rich framework for building applications and services that enables developers to focus on writing reusable application logic instead of spending time building infrastructure. - [**koa**](http://koajs.com/): It is built by the same team behind Express, aims to be even simpler and smaller, building on top of years of knowledge. The new project born out of the need to create incompatible changes without disrupting the existing community. -- [**Loopback.io**](https://loopback.io/): Makes it easy to build modern applications that require complex integrations. +- [**Loopback.io**](https://loopback.io/): Makes it easy to build modern applications that require complex integrations. - [**Meteor**](https://meteor.com): An incredibly powerful full-stack framework, powering you with an isomorphic approach to building apps with JavaScript, sharing code on the client and the server. Once an off-the-shelf tool that provided everything, now integrates with frontend libs [React](https://reactjs.org/), [Vue](https://vuejs.org/), and [Angular](https://angular.io). Can be used to create mobile apps as well. - [**Micro**](https://github.com/zeit/micro): It provides a very lightweight server to create asynchronous HTTP microservices. - [**NestJS**](https://nestjs.com/): A TypeScript based progressive Node.js framework for building enterprise-grade efficient, reliable and scalable server-side applications.