Skip to content

Simple code for client and server with two services ( Fibonacci and number primarity )

Notifications You must be signed in to change notification settings

sorayaForward/grpc-client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded gRPC Server and Client

This implementation features a multithreaded server and client setup. The server provides two services:

  • Fibonacci function
  • Primality check of a number

Clients are limited by the number of connections, and they are served for an exact maximum number of times fixed by the user at the launch of the server.

Test Instructions

  1. Navigate to the server and client directories.
  2. Run go run . in each directory, starting with the server.

For example:

cd server
go run .

About

Simple code for client and server with two services ( Fibonacci and number primarity )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages