[racket] Creating protocols

From: Matt Jadud (jadudm at gmail.com)
Date: Wed Sep 8 10:16:23 EDT 2010

On Wed, Sep 8, 2010 at 09:25, Mark Carter <mcturra2000 at yahoo.co.uk> wrote:
> Suppose I wanted to make a client/server application that communicates via a
> protocol which has to be designed for that application. A neat way of doing it

Note that you're talking about designing the transport as well as the
RPC API. If you're doing both, you'll want the sandboxing that
Shriram/Grant pointed you to. If you're using some other transport
that defines endpoints, etc., then you'll get some safety, and can
focus on the API-level of your client/server app.

Cheers,
Matt


Posted on the users mailing list.