Skip to content

alvarovalverde03/websockets-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Chat

Screenshot of the chat

ℹ About The Project

Real-time chat web using NodeJS, Express and Socket.IO on the backend, and Next.JS with Tailwind CSS on the frontend. This project enables instant messaging and supports features like chat rooms.

📜 Getting Started

1. Clone the repo

git clone https://github.com/alvarovalverde03/websockets-chat.git

cd websockets-chat

2. Setup Backend

cd ./backend

npm install

npm run dev

1. Setup Frontend

cd ./frontend

npm install

npm run dev

🤝 Contributing

Feel free to open issues or submit pull requests!