Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/chatapp
A simple chat app using web sockets
https://github.com/aksh-bansal-dev/chatapp
Last synced: 25 days ago
JSON representation
A simple chat app using web sockets
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/chatapp
- Owner: Aksh-Bansal-dev
- Created: 2021-03-12T15:09:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T15:58:55.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T11:05:32.756Z (3 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp
A simple chat app using web sockets.
Mostly followed [this](https://www.youtube.com/watch?v=jD7FnbI76Hg).## Technology used
- Nodejs
- Websockets
- HTML, CSS, Vanilla Js## How to use
- Install npm packages ```npm install```.
- Start server ```npm start```.
- Visit [website](http://localhost:5000).