You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frontend communicates with the Express webserver, which again send requests to the Backend
The Node part is also running a socket.io server, which is used to push scores etc.
Backend
Backend is written using Golang
This is a API containing endpoints to start matches, create players, insert scores, get statistics etc. Basically all operations to manipulate data in the database