Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

About

A python based simple middleware

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /