feathers.rpc.remoting
| .. | |
|---|---|
| Operation | An Operation used specifically by RemoteObjects. An Operation is an individual method on a service.
An Operation can be called either by invoking the
function of the same name on the service or by accessing the Operation as a property on the service and
calling the |
| RemoteObject | The RemoteObject class gives you access to classes on a remote application server. |