Skip to content

Commit

Permalink
Merge branch 'master' into bugfixes-18x
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 2, 2017
2 parents c86d5a4 + 7fe6de7 commit c82ac8d
Show file tree
Hide file tree
Showing 12 changed files with 9,318 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -24,7 +24,7 @@

## Description

<p>Nest is a framework for building efficient, scalable <a href="http://nodejs.org" target="_blank">Node.js</a> web applications. It uses modern JavaScript, is built with <a href="http://www.typescriptlang.org" target="_blank">TypeScript</a> (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).</p>
<p>Nest is a framework for building efficient, scalable <a href="http://nodejs.org" target="_blank">Node.js</a> web applications. It uses modern JavaScript, is built with <a href="http://www.typescriptlang.org" target="_blank">TypeScript</a> (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).</p>
<p>Under the hood, Nest makes use of <a href="https://expressjs.com/" target="_blank">Express</a>, allowing for easy use of the myriad third-party plugins which are available.</p>

## Philosophy
Expand Down

0 comments on commit c82ac8d

Please sign in to comment.