Skip to content

moemoe89/grpc-web-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC-web-example

This repository is for my article on Medium about gRPC.

How to run the project

Run gRPC server

go run ./server/main.go

Run gRPC client

yarn install
yarn build
yarn start

open http://localhost:8080/ on browser to test