Example Multi Level Rpc In Perl Catalyst

Hi there,

I need an example of 3 linked Perl Catalyst projects.

Communication should be doing using JSON RPC with 1 method.

Envisaged Catalyst projects would be as follows:

ExampleFrontend -> ExampleBackend -> ExampleBroker

These would operate in the development environment on:

ExampleFrontend localhost:1234
ExampleBackend localhost:1235
ExampleBroker localhost:1236

A simple ‘hello world’ HTML response method should be implemented on the ExampleFrontend.

ExampleFr…

Leave a Reply

Your email address will not be published. Required fields are marked *