angular 2 rxjs chat by ngBook
RxJS Angular 2 application for chatting. It uses Observables data architecture patterns.
Project website https://github.com/ng-book/angular2-rxjs-chat
Documentation https://github.com/ng-book/angular2-rxjs-chat
Demos
1. angular2 RxJS chat demo http://rxjs.ng-book.com/
Dependencies
| “@angular/common”: “4.2.0”, |
| “@angular/compiler”: “4.2.0”, |
| “@angular/core”: “4.2.0”, |
| “@angular/forms”: “4.2.0”, |
| “@angular/http”: “4.2.0”, |
| “@angular/platform-browser”: “4.2.0”, |
| “@angular/platform-browser-dynamic”: “4.2.0”, |
| “@angular/router”: “4.2.0”, |
| “@types/lodash”: “4.14.55”, |
| “core-js”: “2.4.1”, |
| “lodash”: “4.17.4”, |
| “moment”: “2.18.0”, |
| “redux”: “3.6.0”, |
| “reselect”: “2.5.4”, |
| “rxjs”: “5.0.1”, |
| “zone.js”: “0.8.10”, |
| “reflect-metadata”: “0.1.3”, |
| “@types/jasmine”: “2.5.40” |
NPM
non available
Features
- bots: echo, revesting, waiting
- holding individual messages
- holds metadata for groups
- holds data about each user
- managing streams of messages, users, and threads
- navigation bar
- listing threads

