Skip to content

ADR #4: Backend framework

Óscar Davila Sampedro edited this page Apr 11, 2023 · 1 revision

Backend framework

Status

Accepted.

Context

A backend framework is required to run our application after deployment.

Decision

We have decided to use Node.js.

Consequences

It would be extremely difficult to develop this application using only plain JavaScript without the help of a framework.