Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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