Skip to content

blakeary/Chatroom-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealtimeChat

RealtimeChat is a chat application that enables users to communicate in real-time. It is built with Node.js and uses Express for the web server framework, Socket.io for WebSocket communication, and Redis for efficient message broadcasting.

Features

  • Real-time two-way communication between clients and server
  • Use of Redis for scalable WebSocket communication
  • Environmental variables for secure configuration
  • Timestamps for messages using Moment.js

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm (Node Package Manager)
  • Redis server running on the default port (6379)

Installing

First, clone the repository to your local machine:

# Install dependencies
npm install

# Start the application
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published