As the title reads, This app is private chat application built using Angular (version 6.1.3). This is SPA application, which uses ng-bootstrap. Server-side is written in Nodejs (version 8.9.4) and MongoDB(version 3.6.3).
This project was generated with Angular CLI version 6.0.8.
Code for Angular application is in Angular folder.
Code for Nodejs application is in Nodejs API folder.
I have written a complete article on this application in three parts, for more details and Code explanation.
- Blog Post Part 1 => Covers the prerequisites, server configuration setup and REST API along with socket.io integration on the server.
- Blog Post Part 2 => This part covers the configuration our angular application and application Routing and implementation our application’s services.
- Blog Post Part 3 => Implementation of Login and Registration functionality.
- Blog Post Part 4 => Building homepage of the application where the user actually can chat with each other.
I have written this application in AngularJs as well, Read this popular Blog post.