Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change PANE's protocol to use protobufs #58

Open
adferguson opened this issue Jul 6, 2012 · 3 comments
Open

Change PANE's protocol to use protobufs #58

adferguson opened this issue Jul 6, 2012 · 3 comments

Comments

@adferguson
Copy link
Collaborator

PANE should use protobufs as the primary means of interaction. On the client side of the protobufs, we will have, for example, 1) Chen's Java API and 2) a telnet/ascii-based interaction server, running the current/traditional PANE protocol. this will be uber-helpful for extending PANE in the future, and for providing a more natural interface to non-interactive clients.

protobufs for Haskell: http://hackage.haskell.org/package/protocol-buffers

official protobufs site: https://code.google.com/p/protobuf/

@ghost ghost assigned adferguson Jul 6, 2012
@adferguson
Copy link
Collaborator Author

or Thrift? http://thrift.apache.org/ ... http://hackage.haskell.org/package/thrift ... it provides the RPC piece as well as serialization, but unfortunately, the Haskell package is from 2011, whereas Haskell ProtoBufs is from 2012. not sure if that's an issue or a red herring.

@adferguson
Copy link
Collaborator Author

another thrift example: http://wiki.apache.org/thrift/ThriftUsageHaskell

@adferguson
Copy link
Collaborator Author

Thrift: The Missing Guide -- http://diwakergupta.github.com/thrift-missing-guide/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant