Charles
Charles
I've been using Cotejs and it's terrific but I'm also reaching a point where we need multiple language support. I'd be happy to pitch in but I'd need guidance on...
Migrating to HTTP2 would make porting to other languages (Java/Golang) much easier. When would you think the porting would be done? Also would it add overhead over to use HTTP2...
If we had a nice specification of axon that would go a long way to making ports happen. I'd be happy to work on that unless you think there's a...
Phew! That sounds like a lot. I think the key could be porting to a language with lots of bindings (like C) - but that could be a massive effort....
Another option would be to use Golang - it seems to have [bindings to C](https://medium.com/learning-the-go-programming-language/calling-go-functions-from-other-languages-4c7d8bcc69bf) that could be used. This would be easier to code but probably somewhat harder to...
Another option! The first line of [axon's description](https://github.com/tj/axon) says: > Axon is a message-oriented socket library for node.js heavily inspired by zeromq. Would you be against porting cote to use...
Good point! Could we look at [nanomsg](https://nanomsg.org/documentation-zeromq.html) / [nng](https://github.com/nanomsg/nng) and see if it performs much better? > For ZeroMQ, our stated mission was "Fastest. Messaging. Ever." This is a nice,...
Ok. I'll try porting axon/amp to Go and see how that goes.
I've raised an issue (and [PR](https://github.com/newsdev/archieml.org/pull/39)) in the ArchieML.org repository. But it doesn't look very active - I haven't heard anything back.
Hi @sebi-alt! I'm sorry I seemed to have missed your message. It may be easier to test by simply downloading the source code from GitHub and running the development/test version...