You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@
10
10
11
11
## Description
12
12
13
-
Nest is a powerful web framework for [Node.js](http://nodejs.org), which allows you to easily build efficient, scalable applications.
14
-
It uses modern JavaScript, is built with [TypeScript](http://www.typescriptlang.org) and bring best concepts to JavaScript back-end world such as Dependency Injection (with IoC Container) and Separation of Concerns.
13
+
Nest is a powerful web framework for [Node.js](http://nodejs.org), which helps you to effortlessly build efficient, scalable applications. It uses modern JavaScript, is built with [TypeScript](http://www.typescriptlang.org) and combines best concepts from both OOP (Object Oriented Progamming) and FP (Functional Programming).
15
14
16
15
It is not just another framework. You do not have to wait on large community, because Nest is built with awesome, popular well-known libraries - [Express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io)! It means, that you could quickly start using framework with no worries about a third party plugins.
17
16
@@ -33,13 +32,15 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
33
32
34
33
## Features
35
34
36
-
- Compatible with both TypeScript and ES6 (I recommend to use [TypeScript](http://www.typescriptlang.org))
35
+
- Reactive **microservices** support with messages patterns (transport via TCP / [Redis](https://redis.io/))
36
+
- Compatible with both TypeScript and ES6 (I strongly recommend to use [TypeScript](http://www.typescriptlang.org))
37
37
- Based on well-known libraries ([Express](https://github.com/expressjs/express) / [socket.io](https://github.com/socketio/socket.io)) so you could share your experience
38
38
- Easy to learn - syntax is similar to [Angular](https://angular.io/) / [Spring](https://spring.io) (Java)
39
-
- Dependency Injection, Inversion of Control Container
39
+
- Dependency Injection, built-in **Inversion of Control** container
40
40
- Exceptions handler layer (helps to focus on logic)
41
-
- Own modularity system
42
-
- Sockets module (based on [socket.io](https://github.com/socketio/socket.io))
41
+
- Own modularity system (split your system into reusable modules)
42
+
-**WebSockets** module (based on [socket.io](https://github.com/socketio/socket.io))
43
+
- Testing utilities
43
44
44
45
## Documentation & Quick Start
45
46
@@ -54,11 +55,9 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
54
55
55
56
Nest is very much still a work in progress. There is still some things to finish:
0 commit comments