This is a Node.js backend module for a chat application. It uses Vite for development and build processes, and Socket.IO for real-time communication.
This project is for learning purposes only and should not be used in production environments.
- Real-time messaging with Socket.IO
- User authentication and authorization
- RESTful API endpoints for user and message management
- Scalable architecture with modular code structure
- Easy to set up and extend
- Node.js (>= 14.x)
- npm (>= 6.x)
-
Clone the repository:
git clone [email protected]:vbh689/learning-node-wisesocial-client.git cd learning-node-wisesocial-client
-
Install dependencies:
npm install
To start the development server with Vite, run:
npm run dev