Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 945 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 945 Bytes

ChatRoom-SocketIO

A Chat Room WebAPP. It has three different 'rooms'. In each room there is a chat box and a message box. Every user joined in the same room is able to send and receive messages in real time to all the users present in the same room.

How to use

  1. Clone the project
git clone [email protected]:Vanals/ChatRoom-SocketIO.git
  1. Changes into the project directory on ur computer via Terminal
cd ChatRoom-SocketIO
  1. Install the dependencies
Now in your terminal, from the main folder, run 'npm install'
  1. Run the server
In your terminal run 'npm start'
  1. Visit the web page
In your browser go to
http://localhost:3000/
  1. Try it opening multiple windows.

Technologies

  • HTML
  • JQuery
  • Socket.IO
  • ExpressJS
  • Nodemon
  • Http-server