Alerin
❔ The application is available worldwide
There is little movie data that does not change so it can be replicated. Unfortunately, there can be many users, so keeping it in one database can be problematic, especially since there are different regions of the world.
28 replies
❔ The application is available worldwide
I thought to create a server per region, make the application and database on one server and add the region prefix to the database. ASP.Net is able to handle a lot of requests from one server.
We anticipate around 50-100k online users.
28 replies
❔ The application is available worldwide
I thought about blazor wasm because it works on the phone and the rest is rest api or grpc.
When it comes to the time to the database, the problem arises when there are many queries. For example, download a list of elements, then add something else to this list, etc. There is clean data in the database, only the server parses it to, for example, dto.
28 replies