Skip to content

Commit

Permalink
Merge pull request github#1160 from tiagomsmagalhaes/add-nestjs
Browse files Browse the repository at this point in the history
Add NestJS
  • Loading branch information
talsafran authored Oct 28, 2019
2 parents 381c7a9 + 2df8f28 commit 5a74526
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions topics/nestjs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
aliases: nest, nest-js
created_by: NestJS
display_name: Nest
github_url: https://github.com/nestjs/nest
logo: nestjs.png
released: May 14, 2017
short_description: Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications.
topic: nestjs
url: https://nestjs.com/
---
Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications.
Binary file added topics/nestjs/nestjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a74526

Please sign in to comment.