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

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)

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.**