Skip to content

ashishkumar90244/chatapp-master

Repository files navigation

ChatAPP

A simple ChatApp assignment i created while learning socket.io.

Installation

Install node_modules folder

  npm install

Install express and socket.io

  npm i express
  npm i socket.io

Run the Server

  node index.js

Screenshots

Login page to enter username and select a room to chat in

App Screenshot

Chat App interface

App Screenshot