Api

Description

Backend API built with Nest Framework.

Generate

Generate code with protoc

  1. Generate nest server-side code

  2. Generate node server-side code (optional)

  3. Generate grpc-web client-side code

  4. Generate grpc-web client-side TS code (optional)

As an alternative to make proto, you can also generate same code manually...

Generate node server-side code

Refer NESTJS

Generate certs

Run

Run Dev Mode

start envoy

envoy admin: http://localhost:9901/

Test Dev Mode

Test gRPC-Web

Reference

Last updated

Was this helpful?