Categorygithub.com/HenryNgai/Simple_RPC_API
module
0.0.0-20250102181639-bd8e10c668c2
Repository: https://github.com/henryngai/simple_rpc_api.git
Documentation: pkg.go.dev

# README

Simple_RPC_API

Simple RPC API that allows for gRPC based requests. Intended for use with the Simple_REST_API located at https://github.com/HenryNgai/Simple_REST_API

Clone the repository

git clone [email protected]:HenryNgai/Simple_RPC_API.git

Run the application

cd Simple_RPC_API
go run ./cmd/api/main.go

Look for the following line "gRPC server is running on port 50051..."

Using Application

Todo - My notes

  • Implement service using gRPC (protobuf)
  • Handle incoming requests from Simple_REST_API
  • Incorporate database utilization (SqLite for rapid dev?)

More Todo - After REST API

  • Graphql API (different repo maybe)
  • Additional NoSQL database for a service?

# Packages

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