The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

JsonRpcService - RPC services for Qooxdoo

SYNOPSIS

This module gets instanciated by ep::MojoApp and provides backend functionality for your qooxdoo app

DESCRIPTION

All methods on this class can get called remotely as long as their name does not start with an underscore.

new()

Create a service object.

allow_rpc_access

check it this method may be called

echo(var)

return the string we input

COPYRIGHT

Public Domain

AUTHOR

Tobias Oetiker <tobi@oetiker.ch>

HISTORY

 2011-01-25 to Initial