rootxrishabh / gRPC-Intro

A gRPC service to read Emails from an inbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Inbox Service

This is a simple gRPC service that implements an email inbox. The service allows users query their email inboxes.

Running

There are two components to the application. First is the server and second one is the client.

To run the Server

$ cd server
$ ./gRPCServer

Running the client

$ cd ../client
$ ./gRPCClient

About

A gRPC service to read Emails from an inbox


Languages

Language:Go 100.0%