Re: [go-nuts] Re: [ANN] go-zeromq/zmq4: pure-Go implementation of ZeroMQ

2023-08-24 Thread Jan
Btw, I should add to it that GoNB , a successor to gophernotes also uses github.com/go-zeromq/zmq4 to communicate with Jupyter -- it's been working flawlessly for that use case. On Thursday, August 24, 2023 at 3:20:49 PM UTC+2 Sebastien Binet wrote: > Hi t

[go-nuts] Re: [ANN] go-zeromq/zmq4: pure-Go implementation of ZeroMQ

2023-08-24 Thread Sebastien Binet
Hi there, (Apologies for the belated answer, I am on holidays with patchy network coverage) I had worked on this pure Go library to make the installation of Gophernotes (an IPython kernel for Go) easier (just go-get-able). It was also part of PoC for an IPC-based data acquisition system at CERN

Re: [go-nuts] Re: [ANN] go-zeromq/zmq4: pure-Go implementation of ZeroMQ

2023-08-23 Thread 'Sebastien Binet' via golang-nuts
Hi there, (Apologies if you get it twice, sent it from my CERN account) (Apologies for the belated answer, I am on holidays with patchy network coverage) I had worked on this pure Go library to make the installation of Gophernotes (an IPython kernel for Go) easier (just go-get-able). It was als

[go-nuts] Re: [ANN] go-zeromq/zmq4: pure-Go implementation of ZeroMQ

2023-08-23 Thread Vitaly
what about ZeroMQ vs nanomsq? среда, 23 августа 2023 г. в 21:24:04 UTC+5, Amnon: > Apologies for reopening an ancient thread. > But what was the motivation for re-implementing zeroMQ in Go? > > I am asking because my company is proposing to add zeroMQ support to our > code > using a CGO wrapp

[go-nuts] Re: [ANN] go-zeromq/zmq4: pure-Go implementation of ZeroMQ

2023-08-23 Thread Amnon
Apologies for reopening an ancient thread. But what was the motivation for re-implementing zeroMQ in Go? I am asking because my company is proposing to add zeroMQ support to our code using a CGO wrapper for libzmq. (Currently our product is pure Go). What problems would should we expect if we d