Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 836 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 836 Bytes

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!