/global-chat-app

Real-time global chat application using Full Stack. The application utilizes the advanced event-based library (Socket.io) to share messages in a broadcast channel.

Primary LanguageJavaScript

Kindly checkout github profile for project code.

the project is not deployed yet.

Steps to run project

  1. clone project repositry in your system from github profile

  2. In Client, run command npm i for bundle.

  3. npm run dev

  4. in Server, npm i and npm start