https://github.com/dev-eranda/websocket-chat-app
Developed a WebSocket app using Node.js + ReactJS (to learn WebSocket)
https://github.com/dev-eranda/websocket-chat-app
expressjs fullstack-development nodejs reactjs reatime websockets
Last synced: 1 day ago
JSON representation
Developed a WebSocket app using Node.js + ReactJS (to learn WebSocket)
- Host: GitHub
- URL: https://github.com/dev-eranda/websocket-chat-app
- Owner: dev-eranda
- License: mit
- Created: 2024-10-02T06:10:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T07:32:47.000Z (9 months ago)
- Last Synced: 2025-03-24T07:35:29.766Z (9 months ago)
- Topics: expressjs, fullstack-development, nodejs, reactjs, reatime, websockets
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSocket chat application
**Developed by:** Eranda Samarasinghe
## Project Background and Overview
This project demonstrates real-time communication using WebSocket technology, built with Node.js and React. It emphasizes the seamless integration of WebSocket protocols, enabling instantaneous data transfer between clients and servers for enhanced interactivity and responsiveness.
## Project Goals
The primary objectives of this application include:
1. Implementing WebSocket-based real-time communication for dynamic data exchange.
2. Utilizing Node.js for server-side functionality and efficient connection handling.
3. Developing a React front-end to ensure a responsive and interactive user experience.
## Technical Details
Core technologies used:
- **Node.js, React, WebSocket Protocol**
## Installation
1. Clone the repository:
```sh
git clone https://github.com/dev-eranda/websocket-chat-app.git
2. Install dependencies:
```sh
npm install
3. Start development server:
```sh
npm run start:dev
- **Open [http://localhost:5432](http://localhost:5432) with your browser to see the result.**