Skip to content

nitaking/ts-proto-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This playground inspired by this article: Protocol Buffers から TypeScript の型定義を作る

Getting Started

User -> BFF Client -> gRPC Server

yarn install
yarn dev

call get-posts

 curl http://localhost:9999/get-posts
{"result":{"postsList":[{"id":1,"title":"にたわき","content":"よろしくおねがいします"},{"id":2,"title":"","content":"犬をよろしくおねがいします"}]}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors