https://github.com/shankytiwari/realtime-private-chat-using-angularjs-nodejs-and-mysql
:clipboard: A real time Private Chat application using AngularJs, Nodejs and Mysql
https://github.com/shankytiwari/realtime-private-chat-using-angularjs-nodejs-and-mysql
angularjs angularjs-chat angularjs-nodejs-mysql-chat chatapp mysql nodejs nodejs-mysql
Last synced: 6 months ago
JSON representation
:clipboard: A real time Private Chat application using AngularJs, Nodejs and Mysql
- Host: GitHub
- URL: https://github.com/shankytiwari/realtime-private-chat-using-angularjs-nodejs-and-mysql
- Owner: ShankyTiwari
- Created: 2018-02-10T18:05:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T05:32:46.000Z (about 7 years ago)
- Last Synced: 2025-03-24T10:56:26.251Z (7 months ago)
- Topics: angularjs, angularjs-chat, angularjs-nodejs-mysql-chat, chatapp, mysql, nodejs, nodejs-mysql
- Language: JavaScript
- Homepage: http://www.codershood.info/2015/12/10/real-time-chatting-app-using-nodejs-mysql-angularjs-and-socket-io-part-1/
- Size: 60.5 KB
- Stars: 19
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime-Private-Chat-using-Angular-Nodejs-and-Mysql
As the title suggests, this app is private chat application, In which front-end is built-in AngularJs(version 1.6.5). This is SPA application, which uses UI-bootstrap.
Server-side is written in Nodejs (version 8.9.3) and Mysql (version 5.7.21-log).## Installation
1. `Run 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/2015/12/10/real-time-chatting-app-using-nodejs-mysql-angularjs-and-socket-io-part-1/) => Explains Login and Registration process.
2. [Blog Post Part 2](http://www.codershood.info/2015/12/10/real-time-chatting-app-using-nodejs-mysql-angularjs-and-socket-io-part-2/) => Explains the chat list implementation and modification.
3. [Blog Post Part 3](http://www.codershood.info/2015/12/10/real-time-chatting-app-using-nodejs-mysql-angularjs-and-socket-io-part-3/) => In this part, the user can actually send messages to each other.# Looking for Angular 2 and above
I have written this application in Angular as well, [Read this popular Blog post](http://www.codershood.info/2017/02/09/real-time-private-chatting-app-using-angular-2-nodejs-mongodb-socket-io-part-1/).
Alternatively, you can download an **[Ebook](http://www.codershood.info)** for the same application, along with Ebook you will get the source code of the application. In the ebook, you will get some of the must-have features such as notifications and online/offline chat list.