Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moemoe89/grpc-web-example
This repository is for example of my medium article https://medium.com/zeals-tech-blog/grpc-go-server-web-client-853daf40cdef
https://github.com/moemoe89/grpc-web-example
buf go golang grpc grpc-web protobuf typescript
Last synced: 3 months ago
JSON representation
This repository is for example of my medium article https://medium.com/zeals-tech-blog/grpc-go-server-web-client-853daf40cdef
- Host: GitHub
- URL: https://github.com/moemoe89/grpc-web-example
- Owner: moemoe89
- Created: 2021-12-19T01:19:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T11:23:25.000Z (about 3 years ago)
- Last Synced: 2024-06-20T16:48:02.705Z (8 months ago)
- Topics: buf, go, golang, grpc, grpc-web, protobuf, typescript
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC-web-example
This repository is for my article on Medium about gRPC.
# How to run the project
Run gRPC server
```shell
go run ./server/main.go
```Run gRPC client
```shell
yarn install
yarn build
yarn start
```open http://localhost:8080/ on browser to test