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
@@ -30,14 +39,15 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
30
39
31
40
## Features
32
41
42
+
- Easy to learn - syntax is similar to [Angular](https://angular.io/)
33
43
- Compatible with both TypeScript and ES6 (I strongly recommend to use [TypeScript](http://www.typescriptlang.org))
34
44
- 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
35
-
- Easy to learn - syntax is similar to [Angular](https://angular.io/) / [Spring](https://spring.io) (Java)
36
-
- Dependency Injection, built-in **Inversion of Control** container
37
-
- Exceptions handler layer (helps to focus on logic)
45
+
- Supremely useful Dependency Injection, built-in **Inversion of Control** container
46
+
-**Hierarchical injector** - increase abstraction in your application by creating reusable modules with type injection
38
47
- Own modularity system (split your system into reusable modules)
39
48
-**WebSockets** module (based on [socket.io](https://github.com/socketio/socket.io))
40
49
- Reactive **microservices** support with messages patterns (transport via TCP / [Redis](https://redis.io/))
50
+
- Exceptions handler layer
41
51
- Testing utilities
42
52
43
53
## Documentation & Quick Start
@@ -49,27 +59,28 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
0 commit comments