/socket_server_01

simple chatApp created with nodejs, express and socket.io

Primary LanguageHTML

Socket server mini-chatApp

🚀 Description

Basic javascript project using express, cors and Socket.io The project is a mini chat application.

🔧 Installation

Run Locally

Clone the project

  git clone https://github.com/nelson2411/socket_server_01.git

Go to the project directory

  cd socket_server_01

Install dependencies

  npm install

Start the server

  npm run dev

📖 Usage

1. Run `npm run dev` to start the application.
2. Open your browser and navigate to `http://localhost:3000`.

🌟 Features

  • Feature 1: Basic real time chat app
  • Feature 2: It can be deploy locally and use.

Tech Stack

Client:

  • HTML/Javascript
  • Socket.io / Express / Cors

🌐 Links