Chat

View the Project on GitHub sudheeshshetty/Chat

CHAT

This is a chat application that can be used for local usage in a small network. It creates a local server and people connected to the network can do a group or private chat. The chat also gives facilites to block someone from pinging unnecessarily.

Instructions to run

Clone the project

git clone https://github.com/sudheeshshetty/Chat.git

DataBase - Mongo

Server

UI

Why I started this

I had seen a lot of times during local camps that people find it difficult to interact with each other may be due to hesitation. Most of the local chats that we find will be again public and the interactions become public. So I was thinking of creating an application where people can talk in public as well as private.

Few Screen Shots

Login Screen

Login screen

Confirming request

Confirming request

Online users

online users

Chatting with Friend

Chatting

Upcoming

I have lot of things to do.

Suggestions

If you have any suggestions please do mail me at sudheeshshetty@gmail.com with subject as chat-suggestions

Credits

I have used some code from AdminLTE for the chat UI. The HTML and dependent CSS.
The private chat box has been taken from Gurdeep Osahan.