mirror of
https://github.com/elyby/accounts-profiles-endpoint.git
synced 2024-11-26 00:38:54 +05:30
6 lines
503 B
Markdown
6 lines
503 B
Markdown
|
# Profile endpoint for Account Ely.by
|
||
|
|
||
|
This is a "microservice" which solves PHP's inability to handle large numbers of small requests.
|
||
|
|
||
|
We faced the problem that the [endpoint for accessing player's profile by uuid](https://docs.ely.by/en/minecraft-auth.html#profile-request) become receiving a huge number of requests. For PHP, initialization of the framework, database connections and so on is more expensive than the query processing itself. So I wrote this endpoint in Go to take the load off PHP.
|