aryanploxxx / SquadSpeak-Chat-App

SquadSpeak is a Chat Application that leverages the use of Socket.io to create a seamless chatting experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SquadSpeak Chat Application

SquadSpeak is a real-time chat application built using Node.js and Socket.io. This application allows users to join a chat room, send messages, and receive updates instantly. Below is an overview of the key components and structure of the project.

Technologies Used

  • Node.js: The server-side runtime for running the chat server.
  • Socket.io: A JavaScript library that enables real-time, bidirectional, and event-based communication between the browser and the server.
  • HTML, CSS: The front-end structure and styling of the chat application.

Usage

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Start the server using node index.js.
  4. Open the application in your browser (http://localhost:8000) and enter your name to join the chat.

Features

  • Real-time messaging: Users can send and receive messages instantly.
  • Audio feedback: A notification sound is played for incoming messages.
  • User joining and leaving notifications.

About

SquadSpeak is a Chat Application that leverages the use of Socket.io to create a seamless chatting experience.


Languages

Language:JavaScript 51.2%Language:HTML 25.1%Language:CSS 17.7%Language:Python 6.0%