A
A
Ar3fa2020-08-23 19:29:20
JSON
Ar3fa, 2020-08-23 19:29:20

How to distribute JSON requests to backends?

Good day to all!
Try to decipher the question more broadly.
JSON RPC requests come from users in the form:
{
"jsonrpc": "2.0",
"method": "abc.new",
"id": 423,
"params": {
"card": {
"pan": "9342309420 ",
"expiry": "4234"
}
}
}
and, depending on incoming requests, they need to be spun into backends.
What tool and how can this be achieved?
Thanks for the reply in advance

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question