Skip to content

Commit 4ef8346

Browse files
Update Readme.md
1 parent 02e6293 commit 4ef8346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
3030

3131
## Features
3232

33-
- Reactive **microservices** support with messages patterns (transport via TCP / [Redis](https://redis.io/))
3433
- Compatible with both TypeScript and ES6 (I strongly recommend to use [TypeScript](http://www.typescriptlang.org))
3534
- 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
3635
- Easy to learn - syntax is similar to [Angular](https://angular.io/) / [Spring](https://spring.io) (Java)
3736
- Dependency Injection, built-in **Inversion of Control** container
3837
- Exceptions handler layer (helps to focus on logic)
3938
- Own modularity system (split your system into reusable modules)
4039
- **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/))
4141
- Testing utilities
4242

4343
## Documentation & Quick Start

0 commit comments

Comments
 (0)