Kuljeet-123 / Chat-App-Using-Node.js

Live Demo

Home Page:https://kuljeet-123-chat-app-using-node-js.glitch.me/Demo%20App%20chat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatApp

Simply Chat Application based on Node.js, Express & Socket.io

Installation


npm install

Build app in production


npm run build

Using


node index.js Server will run on port 3000. Go to web browser on page localhost:3000

Testing


For Testing Install Jasmine

  • To Install :npm install --save-dev jasmine

  • To Initialize:node node_modules/jasmine/bin/jasmine init

  • To run:npm test

Features


  • send emojis 😄
  • keyboard support 🎹
  • online users count statistic 👻

Screenshots


Screenshot 1

Img1

Screenshot 2

Img2

About

Live Demo

https://kuljeet-123-chat-app-using-node-js.glitch.me/Demo%20App%20chat/


Languages

Language:JavaScript 64.7%Language:HTML 35.3%