Live data from Hacker News

Show HN: Let's Chat, a self-hosted chat app for small teams

sdelements.github.io

91–97 of 97 posts

Re: Show HN: Let's Chat, a self-hosted chat app for small teams

#91
post #30

This 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

Indeed very interesting open-source application! I agree IRC integration would be really nice, it's one of my favourite features on Slack, allowing me to communicate with my team mates without changing context when i'm inside a server context . I wrote a simple how-to to do it for Slack and would be delighted to contribute on this feature for Let's chat ! http://www.pilgrimbreak.com/how-to-access-slack-with-command..…

Hey if you're IRC-foo is crazy good, it'd be amazing if you helped us out! Think about it, you could be internet batman.

Re: Show HN: Let's Chat, a self-hosted chat app for small teams

#92
post #61
post #37

Earlier quoted context omitted.

Damn, I can't tell you how awesome this makes me feel. Is your service open source or public?

S/he was talking about adding chat to one of his/her sites(or customer's sites) using conversejs[0] which is indeed opensource. [0]- https://conversejs.org/

Ah great, thanks!

Re: Show HN: Let's Chat, a self-hosted chat app for small teams

#93
post #87
post #55

Earlier quoted context omitted.

Whoops, I forgot to answer your first question. But yes, we are using Gravatar.

Ah, I assume the reason we all get identical avatars is that gravatar api access gets stopped by the corporate proxy. Any chance that's easily configurable? You're probably going to see a lot of corporate use by places who insist on self hosting everything so you might want to consider dealing with avatars yourself.

Yea it's something we're thinking about. Right now we just assume it'll be ran somewhere internet-aware.

Can you do me a huge favour and file a PR in github? https://github.com/sdelements/lets-chat/issues

Re: Show HN: Let's Chat, a self-hosted chat app for small teams

#96
post #63
post #60

Earlier quoted context omitted.

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?

Our actual job is working on SD Elements ( http://securitycompass.com/sdelements/ ). Let's Chat is just a side project, but it's also something we use internally everyday. The features you wish were there we also wish were there, no doubt. Lots of the developers here like working on it. I expect there will be updates from us for the foreseeable future. Hopefully we'll start getting more external pull requests as well…

That sounds good my friend!

Re: Show HN: Let's Chat, a self-hosted chat app for small teams

#97

Earlier quoted context omitted.

> The latter is hard to do: push is highly centralized, which is really bad for self-hosted/open source software Why is this the case? I would have thought it's the same in principle whether it's a central Slack server, or a central FooMumble server running Let's Chat. (Difficulty of implementation might be high, but that doesn't seem to be what you're talking about?)

There are basically two options and they both suck. Either publish one app and distribute the push notification cert (terrible idea) or each hosted site needs it's own cert and thus an Apple account/published app (pain in the ass).

Gotcha, I didn't realize that APNS was involved here. :)
Post reply on HN