Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 876 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 876 Bytes

Driver service endpoint

Responsibilities

  1. An endpoint for driver websocket connections
  2. Authenticate drivers through backend-api
  3. Communication intermediary for driver devices and backend

Installation

Key Dependencies

Build Steps

1. Clone the library.

  git clone [email protected]:kalo-realtime/driver-service.git

2. Install dependencies.

  cd driver-service/
  npm install

3. Configure backend API key and other configurations in config/default.json.

4. Make sure the backend API is running and no other service is running on defined ports for zmq sockets.

5. Start the server

  npm start

TODO

  • Test suite