📜 A web chat developed with Node.js, Socket.io, Express, React, Tailwindcss and Javascript
🔨 This project is still in development and may not have much progress
- 🔥 Real-time chat: Because this project uses sockets, the chat will be updated in real time.
- 📂 Account system and message saving: This project saves all its data inside .json files to make it easier to manage
- ✨ Open source and free to use: You can do whatever you want with the code in this project, even improve it or implement it in other projects for free.
- Install Node.js from its website
- Install all dependencies with the next command
npm install
- Start the server with the following command
node server.js