Skip to content

bjclifton/message-board

Repository files navigation

Real-Time Messaging Board

Project Screenshot

Node.js application for a real-time messaging board using Socket.IO.

Overview

This project implements a real-time messaging board where users can join chat rooms and exchange messages instantly. It is built with Node.js and utilizes Socket.IO for real-time communication.

Features

  • Real-Time Communication: Messages are delivered instantly using Socket.IO.
  • User-Friendly Interface: Simple and intuitive interface for messaging and room management.
  • Nothing-Else :) : This was just good practice for my learning!

Setup

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/bjclifton/message-board.git
    
  2. Install dependencies:
    cd message-board
    npm install
    
  3. Start the server:
    npm start
    
  4. Open your web browser and navigate to http://localhost:3000 to view the app.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published