https://github.com/mohitrajain/softchat
A simple centralised chat server with dataBase connection and without socket.io
https://github.com/mohitrajain/softchat
angularjs chat express mean-stack mongodb nodejs
Last synced: 2 months ago
JSON representation
A simple centralised chat server with dataBase connection and without socket.io
- Host: GitHub
- URL: https://github.com/mohitrajain/softchat
- Owner: mohitrajain
- Created: 2016-07-31T18:35:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T08:50:48.000Z (over 8 years ago)
- Last Synced: 2025-10-22T03:44:39.394Z (8 months ago)
- Topics: angularjs, chat, express, mean-stack, mongodb, nodejs
- Language: JavaScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# softChat
# Features
* A simple centralised chat server with dataBase connection and without socket.io
* Easy to setup and save all the chats after mulitple reboots of server.
* Maintain user profiles .
* Chat to multiple friends at a time .
* A chatServer made upof MEAN stack.
* MongoDB for DataBase , Nodejs for Server platform , Express as a Web Server and Angular for front-end.
* This app has not much dependencies except basic ones like connect-mongo,mongoose,cryptojs etc.
* All client polls the server every second to check for any UPDATE.