Skip to content

Commit a909556

Browse files
author
kamil.mysliwiec
committed
Resolve conflicts
2 parents 101d90f + 9441c03 commit a909556

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
## 1.0.0-BETA-1
1+
## 1.0.0-BETA-1 (23.03.2017)
22

33
- @Inject -> @Dependencies
44
- @Inject decorator for custom constructor parameters,
55
- Custom providers support (useClass, useValue, useFactory)
66

7-
## 1.0.0-ALPHA-23
7+
## 1.0.0-ALPHA-23 (19.03.2017)
88

99
- Microservices support (TCP & Redis transports)
1010
- NestRunner -> NestFactory
1111
- Simplify application initialization & configuration
1212
- Added abillity to pass custom express instance
1313
- @Inject decorator for ES6+
1414
- SocketGateway -> WebSocketGateway
15-
- GatewayServer -> WebSocketServer
15+
- GatewayServer -> WebSocketServer

Readme.md

Lines changed: 9 additions & 10 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+
- Reactive **microservices** support with messages 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

@@ -70,7 +69,7 @@ Author - [Kamil Myśliwiec](http://kamilmysliwiec.com)
7069

7170
[MIT](LICENSE)
7271

73-
[npm-image]: https://img.shields.io/npm/v/nest.js.svg
72+
[npm-image]: https://badge.fury.io/js/nest.js.svg
7473
[npm-url]: https://npmjs.org/package/nest.js
7574
[downloads-image]: https://img.shields.io/npm/dm/nest.js.svg
7675
[downloads-url]: https://npmjs.org/package/nest.js

0 commit comments

Comments
 (0)