Skip to content

sumedhe/python-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Middleware

A simple middleware that will register a service, lookup a service, handle multiple requests and facilitate the communication between the service consumer and the service provider.

N|Solid

Start middleware

This will start the middleware and listen to client requests

cd Middleware
python main.py

Start sample server

This will start a sample server (gcd service). In the initialization it sends a request to register it on the service directory

cd Server
python gcd_service.py

Start sample client

Compile

cd Client
javac Client.java

Run example

Example: To get GCD value of 12 & 18

java Client gcd 12 18

Releases

No releases published

Packages

No packages published