adnan-azmat / HelloWorld

Multiple users can chat from their browsers on phones or computers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online-Chat-WebApp

Multiple users can chat from their computer or mobile browsers

screenshot 2018-11-13 at 21 21 46

To run the server locally,

  1. Clone the repository

  2. Download and install node js from https://nodejs.org/

  3. In your terminal, install the following:

    npm install express

    npm install socket.io

    npm install nodemon

  4. In your terminal, npm start index.js

  5. Open localhost:4000

  6. If connected to same network or WiFi everyone on the network can use this by using the ip_address:4000

About

Multiple users can chat from their browsers on phones or computers


Languages

Language:JavaScript 48.2%Language:CSS 32.7%Language:HTML 19.1%