grpc

module
v0.0.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: MIT

README

gRPC Services

Go

Services hosted within Accent Design using Google Remote Procedure Call.

Services

A list of all the service built in this library:

Service Description
Auth Email and password authentication Dockerhub
Email SMTP email with file attachments Dockerhub

Tools

Some useful external tools:

FastAPI Boilerplate

A boilerplate written in Python, Pydantic and SQLAlchemy using the following services

  • Auth
  • Email

https://github.com/stuartaccent/fastapi-boilerplate

gRPC Web UI

Connect to a running gRPC service that has reflection enabled

docker run \
--publish 8080:8080 \
fullstorydev/grpcui:latest \
-bind 0.0.0.0 -port 8080 -plaintext host.docker.internal:50051

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL