https://github.com/hosopy/grpc-web-kotlin-sample
https://github.com/hosopy/grpc-web-kotlin-sample
grpc grpc-web kotlin nuxt typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hosopy/grpc-web-kotlin-sample
- Owner: hosopy
- Created: 2019-09-06T01:14:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:31:40.000Z (over 3 years ago)
- Last Synced: 2025-04-22T10:22:05.569Z (about 1 year ago)
- Topics: grpc, grpc-web, kotlin, nuxt, typescript
- Language: Java
- Size: 1.39 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-web-kotlin-sample
This is a sample project aims to try [gRPC-Web](https://github.com/grpc/grpc-web).
Backend service is built with Kotlin + Spring Boot with [grpc-spring-boot-starter](https://github.com/LogNet/grpc-spring-boot-starter).

## How to run
```sh
$ git clone git@github.com:hosopy/grpc-web-kotlin-sample.git
$ cd grpc-web-kotlin-sample
$ docker-compose up
```
After initialization process, you can access `http://localhost:3000`.

Input name and press send, and you can see a result received from gRPC service.

## Message sequence
Below is a message sequence.
