Skip to content

sintu009/chat-app-socketIo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

1. Backend (Node.js with Express):

• Set up a Node.js server using Express.js.

• Implement a single endpoint to handle sending and receiving messages.

• Use an in-memory data structure (e.g.. array or object) to store chat messages temporarily (without using a database).

• Utilize Socket.IO for real-time communication between clients and the server.

2. Frontend (ReactJS):

• Create a simple ReactJS application with a single view for the chat room interface.

• Display incoming messages in real-time as they are received from the server.

• Provide an input field for users to type and send messages.

• Update the chat interface dynamically to show new messages without needing to refresh the page.

screenshots

img1

chat messages temporarily (without using a database).

image

About

• Create a simple ReactJS application with a single view for the chat room interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published