https://github.com/ucx15/chatapp
Chat app made using WebSockets API, Vanilla JS on frontend and Node.js on backend
https://github.com/ucx15/chatapp
chat-application html vanilla-js web websockets
Last synced: 9 months ago
JSON representation
Chat app made using WebSockets API, Vanilla JS on frontend and Node.js on backend
- Host: GitHub
- URL: https://github.com/ucx15/chatapp
- Owner: ucx15
- License: mit
- Created: 2024-08-30T06:49:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T18:34:36.000Z (over 1 year ago)
- Last Synced: 2025-02-19T19:35:09.910Z (over 1 year ago)
- Topics: chat-application, html, vanilla-js, web, websockets
- Language: JavaScript
- Homepage:
- Size: 5.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# ChatApp
Simple chatting app using WebSockets, Node.js on backend and Vanilla JS, WebSockets API on frontend.
## Requirements
- Node.Js
- express
- nodemon
- ws
- uuid
## Quick Start
### Backend
PORT: `5000`
```bash
cd ./Backend
npm i
npm run dev
```
### Frontend
PORT: `3000`
```bash
cd ./Frontend
npm i
npm run dev
```
The Frontend should be running on [http://localhost:3000](http://localhost:3000).
The Backend should be running on [http://localhost:5000](http://localhost:5000). (Not to be accessed via browser)
## Gallery

[ucx15 @ GitHub](https://github.com/ucx15)
[Mail Me](mailto:inboxofuc@gmail.com)