brunolcarli / GithubGameOff2023_main_repository

Main repository to the Github Game Off 2023 grouping the system services that implements the game front-end, back-end and project documentation
0 stars 0 forks source link

[Global] Develop Backend Server #2

Open brunolcarli opened 11 months ago

thecylax commented 11 months ago

For the base architecture, I thought of something similar to the drawing below:

arch

As described in https://redis.com/blog/how-to-build-an-app-that-allows-you-to-build-real-time-multiplayer-games-using-redis/

But the backend would certainly not be in JS.

brunolcarli commented 11 months ago

Awesome, I have already did a backend project before to other game jam, it was writhe in python with in django and daphne that uses websockets to publish events that are received by the frontend, very very similar to this architecture: https://github.com/brunolcarli/ggj23_server

We can reuse some of the features if it fits our needs in this new project