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.
- Host: GitHub
- URL: https://github.com/shankytiwari/private-chat-app-nodejs-api-boilerplate
- Owner: ShankyTiwari
- Created: 2018-04-01T04:44:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T05:06:32.000Z (over 7 years ago)
- Last Synced: 2025-07-03T03:06:13.120Z (3 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.