/sila_grpc

Proof of concept using grpc for the SiLA Standard.

Primary LanguagePython

SiLA grpc Repository

Python

  • Requirements:
  • Find the installation guide for grpc in Python here.
    • Install the python grpc package
    • Install the python grpc-tools package (in order for code generation)

JavaScript

  • Find the installation guide for grpc in Javascript here.