Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

ADR #4: Backend framework

Óscar Davila Sampedro edited this page Feb 18, 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.