An open API service indexing awesome lists of open source software.

https://github.com/shankytiwari/private-chat-app-nodejs-api-boilerplate

This a boilerplate For NodeJs API used for Private chat app.
https://github.com/shankytiwari/private-chat-app-nodejs-api-boilerplate

Last synced: about 2 months ago
JSON representation

This a boilerplate For NodeJs API used for Private chat app.

Awesome Lists containing this project

README

          

# NodeJS API for private chatting app built using Angular
This a boilerplate For [NodeJs API](https://github.com/ShankyTiwari/Real-time-private-chatting-app-using-Angular-Nodejs-API) used for Private chat built using Angular. This is NodeJS API for private chatting app built using Angular. The API is built using Nodejs (version 8.9.3) and MongoDB(version v3.4.2).

## Installation
The below commands to install this API.
1. `npm install`
2. `node server.js`

## 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](http://www.codershood.info/2017/02/09/real-time-private-chatting-app-using-angular-2-nodejs-mongodb-socket-io-part-1/) => Covers the prerequisites, server configuration setup and REST API along with socket.io integration on the server.
2. [Blog Post Part 2](http://www.codershood.info/2017/02/10/real-time-private-chatting-app-using-angular-2-nodejs-mongodb-socket-io-part-2/) => This part covers the configuration our angular application and application Routing and implementation our application’s services.
3. [Blog Post Part 3](http://www.codershood.info/2017/02/18/real-time-private-chatting-app-using-angular-2-nodejs-mongodb-socket-io-part-3-2/) => Implementation of Login and Registration functionality.
3. [Blog Post Part 4](http://www.codershood.info/2017/03/05/real-time-private-chatting-app-using-angular-2-nodejs-mongodb-socket-io-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](http://www.codershood.info/2015/12/10/real-time-chatting-app-using-nodejs-mysql-angularjs-and-socket-io-part-1/), which has more than 50k views and 100000 downloads approx.