2.0.0-beta.1 • Published 2 years ago

@temporalio/cloud-api-definitions v2.0.0-beta.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Temporal Cloud Api Web

This repo houses the proto definition files for the Temporal Cloud API. It also includes a mock gRPC server that can be hosted in a Docker container via docker-compose.

Running the Mock gRPC Server

  1. git clone git@github.com:temporalio/temporal-cloud-api-web.git
  2. make up

This will spin up a NodeJS gRPC server via nodemon and ts-node at localhost:9090 with an http proxy at localhost:8080. Changes to the src/ directory will cause the server to reload.