Go binding for proton

2015-09-29 Thread aconway
I've pushed the Go binding to master, read all about it at 

https://github.com/apache/qpid-proton/blob/master/proton-c/bindings/go/
README.md

The documentation needs a lot of work but you can check the examples
and start playing with the code now.

Please ignore the packages go/amqp, go/messaging and go/event listed at
the end of the reference doc page. They are old and out of date and I
have not figured out how to get them off the godoc page yet.

Feedback most extremely welcome!

Cheers,
Alan.



Go binding for proton, phase 1

2015-04-14 Thread Alan Conway
If you're interested in progress on the Go binding for proton check out
the latest commit

PROTON-827: Initial work on Go language client for proton.

This is the beginning of a Go language client for proton. There are 2 Go
modules, with
rudimentary documentation;

qpid.apache.org/proton: AMQP/Go data type mapping, message
encoding/decoding.
qpid.apache.org/proton/event: Go proton event API, pump proton event
loop from Go connections.

examples/go/event/broker.go is a simple broker-like example, ported from
examples/python/broker.py.
You can use examples/python/simple_send.py and simple_recv.py to see it
in action.

examples/go/exampe.go is a very incomplete, speculative idea about the
future Go-friendly user API.

The event API is not intended to be the final user API, it is a
foundation for developing
that API in Go.

See proton-c/bindings/go/README.md for more.



-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org