From 9a294407d23fc53981322668dd65095a62d007ca Mon Sep 17 00:00:00 2001 From: Aymen Naghmouchi Date: Tue, 24 Dec 2019 05:26:38 +0100 Subject: [PATCH] doc: add MEAN and Loopback (#372) Co-Authored-By: Nick Schonning --- src/documentation/0001-node-introduction/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/documentation/0001-node-introduction/index.md b/src/documentation/0001-node-introduction/index.md index c9e7ad5416..ce4e0aa1ab 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,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. - [**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.