Skip to content

Calling Unary and ServerStreaming methods in gRPC Web

Notifications You must be signed in to change notification settings

IvanKazakov2352/grpc-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

gRPC Web Example

Client: Angular 19

Server: C# ASP.NET 8.0

Запуск

  1. Установить утилиту Protoc!
  2. Запустить команду для генерации TypeScript клиента
npm run proto:build

или ввести в терминале

protoc --proto_path=./src/proto --ts_out=./src/rpc-generated transport.proto
  1. При запуске сервера генерация на стороне сервера сама пройдет! Спасибо ASP.NET!

About

Calling Unary and ServerStreaming methods in gRPC Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published