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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,14 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
30
30
31
31
## Features
32
32
33
-
- Reactive **microservices** support with messages patterns (transport via TCP / [Redis](https://redis.io/))
34
33
- Compatible with both TypeScript and ES6 (I strongly recommend to use [TypeScript](http://www.typescriptlang.org))
35
34
- 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
36
35
- Easy to learn - syntax is similar to [Angular](https://angular.io/) / [Spring](https://spring.io) (Java)
37
36
- Dependency Injection, built-in **Inversion of Control** container
38
37
- Exceptions handler layer (helps to focus on logic)
39
38
- Own modularity system (split your system into reusable modules)
40
39
-**WebSockets** module (based on [socket.io](https://github.com/socketio/socket.io))
40
+
- Reactive **microservices** support with messages patterns (transport via TCP / [Redis](https://redis.io/))
0 commit comments