a leaderboard implementation in Golang
The concept of a leaderboard—a scoreboard showing the ranked names and current scores (or other data points) of the leading competitors—is essential to the world of computer gaming, but leaderboards are now about more than just games. They are about gamification, a broader implementation that can include any group of people with a common goal (coworkers, students, sales groups, fitness groups, volunteers, and so on).
if you want to look into the details, follow this link, please.
- a basic usage of leaderboard package in Golang
- a basic usage of leaderboard package with Fiber in Golang
- Multiple leaderboard by name or any key
- Adding a new user and score
- Finding out any user's ranking
- You can get any part of the score list you want
- Go
- Redis client (github.com/go-redis/redis/v8)
- if you want to add anything, contributions are welcome.
- Open a pull request that has your explanations
leaderboard is open-sourced software licensed under the MIT license.