/SocioBay

A real time chat application made using Reactjs, Nodejs and Socket.io

Primary LanguageJavaScript

SocioBay 💬

A Real-Time chat application with multiple custom rooms and user sign-up functionalities

  1. Sockets.io - Used to implement the real-time functionalities by sending triggering and monitoring events on a topic-subscription based model.
  2. ReactJS - The front end has been built using ReactJs to implement live state-change handling on (send/receive) message events.

Live Demo - Heroku got priced :(

Preview

Join/Sign Up Page

Join

Chat Box ui

Chat

Welcome Message and Notification on the joining of any user

Welcome

Local Setup for Live Demo

Clone the repository using the command : git clone https://github.com/virajchandra51/SocioBay.git

npm install

Run this in both server and client directories to installs all dependencies required for the app to run

npm start

Run this in both server and client directories to run the app in the development mode.
Open http://localhost:3000 to view running app it in the browser. (React-app server) The page will reload if you make edits.