Mixin for RPC framework with automatic GenCodec
to String
serialization.
Base RPC framework for client RPC interface.
Provides native browser serialization to JSON String
.
Base trait for anything that exposes some RPC interface.
Base RPC framework for server RPC interface.
Base RPC framework for server RPC interface. This one allows RPC interfaces to contain methods with return type Future[T]
.
Base for all RPC frameworks in Udash.
Base trait for anything that uses remote RPC interface.
Default Udash client application RPC framework.
Default Udash server application RPC framework.
Base RPC framework for client RPC interface. This one does not allow RPC interfaces to contain methods with return type
Future[T]
.