Open jgarte opened 3 years ago
I'm not sure I merit the label of developer, but since you asked for my opinion explicitly...
As an elaboration on point 3, Grumble has the distinguishing feature of native support for Websockets (because I was a lot worse at C++ back then and so I contributed a patch here instead), and Murmur will probably not have that for the foreseeable future. You could of course just configure a proxy in front of Murmur if you need this. A lot of the plans for work we were making a few years ago pointed towards Grumble being more focused on ease-of-use and these small workloads I talked about above. It makes sense: the Murmur static binary has issues and so a Grumble static (just how Go works) binary that you can download and run, trivially configure and easily negotiate certs over LE (unfortunately never happened due to LE issues, but it would be viable now), accessible over the Web could fulfil a sort of "batteries-included" user-friendly niche.
Hi @rubenseyer
Sorry for the delay. I appreciate your thorough and informative response.
I mentioned your points to upstream guix and they replied.
I'm going to move the grumble package into a custom guix channel and create a variant of it for the fork made by digitalautonomy. The guix channel will be hosted in a git repo by LibreMiami at this sourcehut page (TBD).
digitalautonomy re-packages grumble as a library for use in wahay.
@rubenseyer Have you considered contributing to wahay?
If upstream grumble development picks up I'd be happy to write a guix service for grumble so that it can be easily deployed by guix system.
For now, we'll concentrate our efforts on supporting wahay with a guix service for easy deployment.
Because wahay is still under active development it is not yet acceptable for upstream guix and therefore, the need for a pre-release channel.
Hi grumble devs! @mkrautz @actown @davidebeatrici @pcgod @rubenseyer @GrimKriegor ...
I wanted to inquire on the state of grumble development. I ask because we packaged grumble for guix system and one of the upstream maintainers had the following questions for us (original mailing list discussion where we submitted the patch):
Are there plans for a release?
Is grumble usable in its current state?
Is it worth packaging grumble with the features that it currently has?
Is grumble still maintained?
I appreciate your work on grumble and I am looking forward to your responses.