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

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

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.