An open API service indexing awesome lists of open source software.

https://github.com/groundsgg/service-player

player-service is a core component of the grounds-api infrastructure, providing multiple gRPC endpoints for player identity, profile, and player-related data management.
https://github.com/groundsgg/service-player

api grpc minecraft player quarkus

Last synced: about 2 months ago
JSON representation

player-service is a core component of the grounds-api infrastructure, providing multiple gRPC endpoints for player identity, profile, and player-related data management.

Awesome Lists containing this project

README

          

# service-player

Quarkus-based gRPC service for player related operations.

## Development

Run in dev mode with live reload:

```bash
./gradlew --console=plain quarkusDev
```

Run in dev mode with live reload using DevSpace in a Kubernetes cluster (Initial build may take some time):

```bash
devspace use namespace api
devspace dev
```

## License

Licensed under the GNU Affero General Public License v3.0