Skip to content

Revoltzin/RealTime-Simple-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Simple-ChatBot

A simple, real-time chatbot built with Node.js, Express, and Socket.IO!
Chat instantly with friends, see who's online, and experience dynamic communication right in your browser.
Perfect for learning about websockets, real-time messaging, and integrating front-end with back-end.


Dependencies

Installation

Clone the repository:

git clone https://github.com/your-username/RealTime-Simple-ChatBot.git
cd RealTime-Simple-ChatBot

Install dependencies:

npm install express socket.io nodemon

Add this script to your package.json:

// ...existing code... "scripts": { "devStart": "nodemon server.js" } // ...existing code...

How to Run

Start the development server:

npm run devStart

Open your browser and go to:

http://localhost:3000/

You're all set!
Connect, send messages, and watch the chat in action.

About

Simple-ChatBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors