Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 813 Bytes

File metadata and controls

15 lines (8 loc) · 813 Bytes

Proxy Backend

The proxy backends job is to expose a possibility for the frontend to run queries on the database, as the app running the context of the browser is not allowed to directly communicate with a database and thus requires a proxy service running alongside with the database on the server.

Database Connection

The backend establishes a connection with the database using the user described here.

Requests

The backend listens to HTTP(S) POST requests sent by the frontend and executes them on behalf of the frontend and the operator logged into the system.

## Technology

The technology used for this proxy backend is nodejs, a powerful and well established open-source light-weight webserver (alike Apache, .NET, etc.).