WebSocket TikTak

This is a WebSocket server built using Express, Socket.io, and JWT authentication.

Installation

  1. Clone the repository: git clone https://github.com/medkhalilbk/websocket-tiktak.git
  2. Install dependencies: npm install

Usage

  1. Set the required environment variables in a .env file.
  2. Start the server: npm start
  3. The WebSocket server will be running on port 8080.

Features

  • Authentication using JSON Web Tokens (JWT)
  • Room-based messaging for different companies
  • Handling new orders and sending notifications to the corresponding room

License

This project is licensed under the MIT License