Skip to content

blakeary/Chatroom-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom

A real-time chatroom application built with Node.js, utilizing Express for the server framework and Socket.io for WebSocket communication.

Features

  • Real-time messaging
  • Lightweight and fast
  • Easy to deploy and customize

Installation

First, clone the repository to your local machine:

# Install dependencies
npm install

# Start the application
npm start

# Build the Docker image
docker build -t chatroom .

# Run the Docker container
docker run -p 5000:5000 chatroom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published