Skip to content

LoganM26/SaveLoadMicroservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SaveLoadMicroserice

The user must first create a connection to the ZeroMQ server. This is done by importing zmq, which is then used initially in setting up a server connection, or socket. First, the user must configure the socket using zmq.Context(zmq.REQ). Then, they are able to access a port using the .connect() method. Now, the user is able to send and recieve messages, provided the server side is operational. The user can use socket.send() in order to send messages across the connection. This message is then parsed and worked on by the microservice. Now, all the user has to do is call socket.recv(), and wait for the server to respond with the expected result.

Example Request:

image

Example Console Return:

image

Example Text Output:

image

UML Sequence Diagram: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages