Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gauravsingh9356/chat-app
- Owner: GauravSingh9356
- License: mit
- Created: 2020-04-18T06:47:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:41:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T07:43:53.809Z (over 1 year ago)
- Topics: express, javascript, nodejs, npm-module, npm-package, socket-io
- Language: JavaScript
- Homepage:
- Size: 9.76 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!!