This looks amazing - I recently had to add chat functionality to a web service (self-hosted) and was very much surprised at the crappy options out there. I ended up going with converse.js but the django support was lacking and the whole thing took a lot longer than i thought it was going to take (but then again , it always does) I might test this out and actually swap them out if it works well.
Damn, I can't tell you how awesome this makes me feel. Is your service open source or public?
Show HN: Let's Chat, a self-hosted chat app for small teams
61–70 of 97 posts
Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#62Earlier quoted context omitted.
Is Kandan still actively developed? Doesn't seem like there's been anything new for a couple of years.
Yep, we still are! I recently got added to the ownership team for Kandan ( https://github.com/orgs/kandanapp/people ) and I've been trying to respond to every issue / pull request that's been submitted. If there's a feature you are missing, let me know. Our last commit was 22 days ago, and we've added a ton of bug fixes, optimizations, security fixes, and overall tweaks in the past few years. Check us out! Recently,…
I really like Kanban and I am sad to see it isn't up to rails 4.2 yet. Are you looking for more contributors?
If so, how could I contact you to resolve a few questions so I can get the current repo up and running to work on?
Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#63Earlier quoted context omitted.
Damn. What's wrong with Hacker News today? Everyone is being amazing!
Hah! No for real! Iove this, while ago I worked on something similar based on Rails for a startup, but I left it half way through. Any plans to provide updates and take it to the next step?
I doubt we are going to pivot to a free chat client company any time soon.
Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#64Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#65This looks great. Thanks for making it open-source. I've tried other self-hosted chat apps, but this one looks promising. IRC integration would be great. :) When I was experimenting with websockets, I wanted to make a simple chat app that integrates with Github projects. Of course, not nearly as feature rich, but just an experiment to learn. Source with demo: https://github.com/alfg/chathub-client
Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#66Very nice work! And thanks so much for making it open source. Our company is always looking for an open-source solution that would let us move off of Hangouts, and this might just be the vehicle for that someday. XMPP, chat history, @mentions, local hosting, and open source...a great combo. The only major thing that's missing that we'd need is private chat! Hope to see that as a feature someday.
Thanks! Private is pretty much first on our list for the next release. We use hangouts as well and it's definitely a pain point to juggle multiple apps.
Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#67This looks amazing - I recently had to add chat functionality to a web service (self-hosted) and was very much surprised at the crappy options out there. I ended up going with converse.js but the django support was lacking and the whole thing took a lot longer than i thought it was going to take (but then again , it always does) I might test this out and actually swap them out if it works well.
Damn, I can't tell you how awesome this makes me feel. Is your service open source or public?
Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#68Earlier quoted context omitted.
Yep, we still are! I recently got added to the ownership team for Kandan ( https://github.com/orgs/kandanapp/people ) and I've been trying to respond to every issue / pull request that's been submitted. If there's a feature you are missing, let me know. Our last commit was 22 days ago, and we've added a ton of bug fixes, optimizations, security fixes, and overall tweaks in the past few years. Check us out! Recently,…
eggbrain, I really like Kanban and I am sad to see it isn't up to rails 4.2 yet. Are you looking for more contributors? If so, how could I contact you to resolve a few questions so I can get the current repo up and running to work on?
Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#69Re: Show HN: Let's Chat, a self-hosted chat app for small teams
#70This looks great. Thanks for making it open-source. I've tried other self-hosted chat apps, but this one looks promising. IRC integration would be great. :) When I was experimenting with websockets, I wanted to make a simple chat app that integrates with Github projects. Of course, not nearly as feature rich, but just an experiment to learn. Source with demo: https://github.com/alfg/chathub-client
For github projects, I've been using http://gitter.im I've found the integration to be awesome and well thought-out.