Skip to content

A Google SSO integrated chat application, with features like real time chat and message notifications, send/receive friend requests along with searching other users

Notifications You must be signed in to change notification settings

AdityaPimpalkar/chitchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

chitchat.io

This chat app uses Socket.io as a backend service and ReactJS with tailwind css as UI/UX experience.

Inside Server folder, add a config.json file

let config = {
  clientUrl: "", //"https://my-chitchat-app.herokuapp.com",
  redisHost: "localhost", //,
  redisPassword: "",
  redisPort: 6379,
  jwtPrivateKey: "" //Your Private Key,
};
export default config;

About

A Google SSO integrated chat application, with features like real time chat and message notifications, send/receive friend requests along with searching other users

Resources

Stars

Watchers

Forks