Skip to content

kalo-realtime/driver-service

Repository files navigation

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

About

WebSocket endpoint for drivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published