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
@@ -43,7 +43,7 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
43
43
- Compatible with both TypeScript and ES6 (I strongly recommend to use [TypeScript](http://www.typescriptlang.org))
44
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
45
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
46
+
-**Hierarchical injector** - increase abstraction in your application by creating reusable, loosely coupled modules with type injection
47
47
- Own modularity system (split your system into reusable modules)
48
48
-**WebSockets** module (based on [socket.io](https://github.com/socketio/socket.io))
49
49
- Reactive **microservices** support with messages patterns (transport via TCP / [Redis](https://redis.io/))
0 commit comments