Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauravsingh9356/chat-app

Chat app build with sockets, express, node, etc
https://github.com/gauravsingh9356/chat-app

express javascript nodejs npm-module npm-package socket-io

Last synced: 10 days ago
JSON representation

Chat app build with sockets, express, node, etc

Awesome Lists containing this project

README

        

Real Chat App

https://vdorealchat.herokuapp.com/

Tech Stacks



  • Node

  • Express

  • Sockets

  • Vanilla js


What I leraned


I believe in understanding by doing concept. I read about web sockets and how it can be used for making real world chat apps so I dug deeper regarding it, finally after almost one month, this project was ready.


Preview


*******************Home UI Page of Chat App*********************

![](Screenshot%20(44).png)

*******************Main UI page OF App*********************

![](Screenshot%20(46).png)

How to use in local env


    Steps
  • Clone Repository
  • {By downloading zip or by command git clone https://github.com/GauravSingh9356/Chat-App.git}
  • npm install
  • {It installs all required dependencies mentioned in package.json file}
  • Ready!!