This is NodeJS API for private chatting app built using Angular. The API is built using Nodejs (version 8.9.4) and MongoDB(version 3.6.3).
The below commands to install this API.
npm install
node server.js
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, which has more than 50k views and 100000 downloads approx.