Skip to content

ngotheodore/cs361microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs361microservice

Sends a request and returns inspirational exercise quotes

How to use the program:

Request:

In order to request data, the user needs to send a request to the server program through a socket with the socket.send() command, found in line 11 of client.py.

socket.send(b"Quote Request")

Receive:

In order to receive data, the user needs to receive the request from the server program through the socket.recv() command, found in line 13 of client.py.

socket.recv()

Diagram: Sequence diagram 2

About

Returns inspirational exercise quotes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages