Skip to content

ShankyTiwari/Real-time-private-chatting-app-using-Angular-Nodejs-mongodb-and-Socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real time private chatting app using Angular Nodejs mongodb and Socket.io

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.

Angular Code

Code for Angular application is in Angular folder.

Nodejs API Code

Code for Nodejs application is in Nodejs API folder.

Explanation and Blog Post

I have written a complete article on this application in three parts, for more details and Code explanation.

  1. Blog Post Part 1 => Covers the prerequisites, server configuration setup and REST API along with socket.io integration on the server.
  2. Blog Post Part 2 => This part covers the configuration our angular application and application Routing and implementation our application’s services.
  3. Blog Post Part 3 => Implementation of Login and Registration functionality.
  4. Blog Post Part 4 => Building homepage of the application where the user actually can chat with each other.

Looking for Plain Old AngularJS

I have written this application in AngularJs as well, Read this popular Blog post.