This is a WebSocket server built using Express, Socket.io, and JWT authentication.
- Clone the repository:
git clone https://github.com/medkhalilbk/websocket-tiktak.git
- Install dependencies:
npm install
- Set the required environment variables in a
.env
file. - Start the server:
npm start
- The WebSocket server will be running on port 8080.
- Authentication using JSON Web Tokens (JWT)
- Room-based messaging for different companies
- Handling new orders and sending notifications to the corresponding room
This project is licensed under the MIT License