top of page
검색
2023년 1월 28일2분 분량
PART 1 - How To Compile Protobuf in Windows Environment - REACT
This article discusses how to compile gRPC-Web's Protobuf file for React (or other JavaScript-based web app) in Windows environment. This...
조회수 8회
2023년 1월 28일1분 분량
PART 2 - How To Get Data from gRPC-Web Server - REACT
This article describes how to communicate with a gRPC-Web proxy server with the Protobuf compilation files we created from the Part 1. 1....
조회수 0회
2023년 1월 28일1분 분량
How To Create gRPC Server in .NET and Add gRPC-Web - C# & .NET
In gRPC world, there is no text-to-binary conversion, so the machines do not spend time to convert data to the format they can read. ...
조회수 1회
2023년 1월 28일1분 분량
Add CORS To gRPC-Web Server - C# & .NET
If you separate front and back end, you may have CORS issue. The CORS issue can happen if you assign different ports or use different...
조회수 3회
2022년 11월 27일2분 분량
.NET gRPC 서버 제작과 gRPC-Web 기능 넣기
이 글에서는 .NET gRPC 서버제작과 간단하게 gRPC-Web 기능을 넣는 방법을 소개해 드리겠습니다. gRPC 서버는 바이너리 데이터형식이라 텍스트 형식의 Restful 기반의 서버보다 훨씬 빠른 성능을 가지고 있습니다. 그러나...
조회수 7회
2022년 11월 27일1분 분량
React (리액트) 와 gRPC-Web : PART 2 : gRPC-Web 서버로 부터 데이터 받기
이번 글에서는 리액트로 gRPC-Web 서버에서 데이터 가져오기를 해 보겠습니다. 저번 글에서 생성된 두 개의 컴필레이션 파일을 이용하여 gRPC-Web 서버나 프락시에서 데이터를 가지고 와 보겠습니다. 1. Prerequisites (준비사항)...
조회수 9회
2022년 11월 24일2분 분량
React (리액트) 와 gRPC-Web : PART 1 : 윈도우 환경에서의 Protobuf 컴필레이션 방법
이 글에선 윈도즈 환경에서 React (리액트)의 gRPC-Web으로 컴필레이션 하는 방법을 소개해드리겠습니다. gRPC-Web 은 gRPC 서버에 WebAPI 형식으로 엔드포인트와 커뮤니케이션을 할 수 있게 만들어 주는 방법입니다. 간단하게...
조회수 30회
bottom of page