Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions adr/overworld-backend-language.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# What language do we use in the overworld backend.

## Possible Solutions
- Java
- Go


## Chosen Solution
- probably Java

### Pro Java

- Everyone has already used it
- Understandable language
- Server-side language
- Advanced library ecosystem, especially with `Spring`

### Pro Go
- Server-side language
- Concise

### Contra Java

- Verbose

### Contra Go

- Not everyone knows this language
- Library ecosystem is mostly unknown
- no Contra