Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 643 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 643 Bytes

Simple Chat App with socket.io

About

This example uses socket.io

How To Start

To clone and run this example, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Anas-Altaf/Nit-Chat
# Go into the repository
$ cd Nit-Chat

# Install dependencies
$ npm install

# Start the app
$ npm start

# Done
# Now open your browser on http://localhost:8080 or http://127.0.0.1:8080

Server

Make sure you open ports 3000/tcp and 1025-65535/udp