Skip to content

Commit f2d358d

Browse files
Update Readme.md
1 parent a240282 commit f2d358d

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

Readme.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
## Description
1212

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).
1514

1615
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.
1716

@@ -33,13 +32,15 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
3332

3433
## Features
3534

36-
- Compatible with both TypeScript and ES6 (I recommend to use [TypeScript](http://www.typescriptlang.org))
35+
- Microservices support with message 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))
3737
- 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
3838
- 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
4040
- 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
4344

4445
## Documentation & Quick Start
4546

@@ -54,11 +55,9 @@ We want to create scalable, modern and easy to maintain applications. Nest helps
5455

5556
Nest is very much still a work in progress. There is still some things to finish:
5657

57-
- Better test utilities
58+
- Examples(!)
5859
- Exception filters
59-
- Starter repos
6060
- Validation helpers
61-
- Increase test coverage
6261
- Gateways middleware
6362
- and more...
6463

0 commit comments

Comments
 (0)