https://github.com/dalbodeule/kkutu-grpc
https://github.com/dalbodeule/kkutu-grpc
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalbodeule/kkutu-grpc
- Owner: dalbodeule
- License: agpl-3.0
- Created: 2024-04-04T05:57:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T03:37:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T22:58:07.639Z (about 1 year ago)
- Language: CSS
- Size: 9.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# KKuTu-gRPC
## Language
- Java(Kotlin) and Armeria gRPC GameServer
- Java(Kotlin) and Springboot AUTH Server
- TypeScript(Vue, Nuxt) to Frontends
- protobuf to gRPC
## NOTE
### This project depends on that item.
- [x] `npm i -g grpc-tools` (to Frontend)
- [x] `npm` (to Frontend)
- [x] `protobuf` on `PATH` (to Frontend)
- [x] `Linux` systems. `JudgeEngine` is Linux dependent.
- [x] `protobuf` and `grpc_cpp_plugin` with `sudo apt install protobuf-compiler protobuf-compiler-grpc libprotobuf-dev libgrpc++-dev`
## How to build?
### Backend (Game/AUTH)
- [x] gradlew :backend:build
- [x] gradlew :backend:nativeBuild (if using Windows, use vcvars.bat)
### Frontend
- [x] gradlew :frontend:build
- It depends with Node.js and npm. So You should install them.