Question: I have a server.py and client.py program that uses zeromq (sockets, tcp://localhost:5555). The client.py takes in three variables, sends it to the server and the
I have a server.py and client.py program that uses zeromq (sockets, tcp://localhost:5555). The client.py takes in three variables, sends it to the server and the server sends a variable back to the client. The two function as a microservice.
How do I utilize this with a web application that is in react.js when someone selects a button?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
