A backend server for real-time chat applications using JavaScript.
- Real-time messaging with WebSocket support
- RESTful APIs for user and message management
- Scalable architecture suitable for chat services
- JavaScript (100%)
- Node.js
- Express
- Node.js (v18+ recommended)
- npm
git clone https://github.com/UzumakiODZ/backEndChat.git
cd backEndChat
npm installnpm startBy default, the API runs at http://localhost:5000.
Contributions are welcome! Please open an issue or submit a pull request.
MIT