Categorygithub.com/accentdesign/grpc
module
0.0.24
Repository: https://github.com/accentdesign/grpc.git
Documentation: pkg.go.dev

# 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:

ServiceDescription
AuthEmail and password authenticationDockerhub
EmailSMTP email with file attachmentsDockerhub

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author