Armen - I'm currently working on a gopher server written in go (just..
because).  One of the things I was planning on adding to it was a zeromq
based "new" gopher protocol along with standard gopher.  I'll gladly use
zproto to create it and send feedback and bug reports your way!

Brian


On Mon, Jun 30, 2014 at 5:42 AM, Armen Baghumian <ar...@opensourceclub.org>
wrote:

> Ok.
>
> On Mon, 30 Jun 2014 10:47:59 +0200
> Pieter Hintjens <p...@imatix.com> wrote:
>
> > It's actually better to push work as you do it, starting with the
> > minimal (partially) working things you have. That shows other people
> > what you're doing and makes them more likely to join in, use it, etc.
> > Push early, push often :-)
> >
> > On Sun, Jun 29, 2014 at 11:38 PM, Armen Baghumian
> > <ar...@opensourceclub.org> wrote:
> > > Yes sure, after I implemented repeat and custom type.
> > >
> > >
> > > On Sun, 29 Jun 2014 17:10:01 +0200
> > > Pieter Hintjens <p...@imatix.com> wrote:
> > >
> > >> This is cool... would you make a pull request to add it to the
> > >> zproto project?
> > >>
> > >> On Sun, Jun 29, 2014 at 4:03 PM, Armen Baghumian
> > >> <ar...@opensourceclub.org> wrote:
> > >> > Hello,
> > >> >
> > >> > For anyone whom is interested having a Golang port of Zproto
> > >> > codec, go_codec branch in my fork [1] is an initial port of
> > >> > zproto_codec_c to golang.
> > >> >
> > >> > Obviously the code isn't mature and well tested and should
> > >> > have bugs, so bug reports are welcome and appreciated. Also if
> > >> > you have suggestions on improving the implementation I'll be
> > >> > happy to hear and ofcourse you can fork it as well.
> > >> >
> > >> > In the initial implementation everything should work except
> > >> > "repeat" and "custom type".
> > >> >
> > >> > I'm also looking for a way of testing two codecs in a way to make
> > >> > sure they're 100% compatible, I'm not sure how so I'll be more
> > >> > than happy to hear your suggestions.
> > >> >
> > >> > P.S.: To generate the code use following command in /src
> > >> > directory:
> > >> >
> > >> >    gsl -script:zproto_codec_go zproto_example.xml
> > >> >
> > >> >
> > >> > [1] https://github.com/armen/zproto/tree/go_codec
> > >> >
> > >> >
> > >> > --Armen
> > >> >
> > >> > _______________________________________________
> > >> > zeromq-dev mailing list
> > >> > zeromq-dev@lists.zeromq.org
> > >> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >> >
> > >> _______________________________________________
> > >> zeromq-dev mailing list
> > >> zeromq-dev@lists.zeromq.org
> > >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >
> > > _______________________________________________
> > > zeromq-dev mailing list
> > > zeromq-dev@lists.zeromq.org
> > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > >
> > _______________________________________________
> > zeromq-dev mailing list
> > zeromq-dev@lists.zeromq.org
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to