Skip to content

alae-touba/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of content

About

THis is a real time, web based, chat app, created with node.js and websockets, using the socket.io library.

Users can:

  • create rooms and join existing ones
  • send and receive message in real time
  • see and search who's online

Use It Locally

  • Make sure you have Nodejs installed

  • Download the project into the filesystem

  • Unzip it

  • Open the terminal & run

    npm install
    npm run startdev
  • Open a browser and head to : http://localhost:3000/

App Demo

app demo