cryptic-game / java-backend-old

This is the Java Backend of the Cryptic project.

Home Page:https://cryptic-game.github.io/java-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change server-daemon communication to http requests

JannikEmmerich opened this issue · comments

Is your feature request related to a problem? Please describe.
With our current server-daemon communication, load balancing might become quite difficult.

Describe the solution you'd like
Use HTTP requests instead of an open socket connection.