drone_plus_plus

A tracking application for drone logistics operators.


Project maintained by dev1911 Hosted on GitHub Pages — Theme by mattgraham

Architecture

The application uses a microservice architecture with three main services:

For the purpose of communication between the frontend(client) and the services(server),we have an API Gateway.Since it’s a microservice architecture the three services have independent databases.Websockets are used for real time updates to be shown from the server to the client. Image Description