slacker icon indicating copy to clipboard operation
slacker copied to clipboard

Transparent, non-incursive RPC by clojure and for clojure

Results 4 slacker issues
Sort by recently updated
recently updated
newest added

WIP * You are able to extend slacker protocol to add your own content-type * By adding new branch to multi-method in `slacker.serialization`, you are able to add your own...

Grpc streaming rpc is a fun idea for doing rpc. The client may send a few continuous requests segments before it asking server to response. And vice versa for the...

Can slacker be used in clojurescript?

I'd like to use slacker with I2P networking. This is a higher-latency socket-like (in fact it has Sockets) networking layer. It's synchronous / blocking however - unlike link / netty....