Developed by: Eranda Samarasinghe
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.
The primary objectives of this application include:
- Implementing WebSocket-based real-time communication for dynamic data exchange.
- Utilizing Node.js for server-side functionality and efficient connection handling.
- Developing a React front-end to ensure a responsive and interactive user experience.
Core technologies used:
- Node.js, React, WebSocket Protocol
- Clone the repository:
git clone https://github.com/dev-eranda/websocket-chat-app.git
- Install dependencies:
npm install
- Start development server:
npm run start:dev
- Open http://localhost:5432 with your browser to see the result.