# README
Phi Skills Generic gRPC API Server for Go
Homepage | https://phiskills.com |
---|---|
GitHub | https://github.com/phiskills |
Overview
This project contains the Go module to create a generic gRPC API Server.
Installation
go get github.com/phiskills/grpc-api.go
Creating the server
package main
import "github.com/phiskills/grpc-api.go"
api := grpc.New('My API')
xxx.RegisterXxxServer(api.Server(), &xxxServer{})
api.Start()
For more details, see gRPC Basics - Go: Creating the server.
# Packages
No description provided by the author
# Functions
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author