TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What are good group communication apps/sites?

1 pointsby doshabout 11 years ago
Platform: web or mobile<p>Value props: can be any of the following<p>- small&#x2F;closed groups (groupme, skype, what&#x27;sapp ...)<p>- interest-based&#x2F;open groups (hackernews, reddit...)<p>- local groups (circle..)<p>What are some of the good ones to really learn from?

1 comment

ytjohnabout 11 years ago
For small&#x2F;closed groups, the popular ones are Hipchat and Flowdock. Flowdock gets a lot of great reviews because of how it organizes and threads conversations.<p>Another good one that I&#x27;ve actually used is Slack (<a href="https://slack.com/" rel="nofollow">https:&#x2F;&#x2F;slack.com&#x2F;</a>). You can invite people by email, or set it up so that anyone with an email address at a specific domain gets automatically added to your organization. So if you had a company called FooBar, with @foobar.com emails, you would get a sub-domain like &quot;foobar.slack.com&quot; and everyone with a verifiable @foobar.com email address will be added to that organization.<p>Then within slack, you see everyone logged in (from your team), can create public channels (it&#x27;s made to look like IRC 3.0), and also create private channels. Images are displayed in-line, links to web-sites give you a preview or the page. It&#x27;s a cross-platform browser-based system, with apps for Windows, Mac, Android and Apple iOS.<p>There&#x27;s also an API, so you can have systems in your company posting to various channels (or you can connect up something like Hubot to do this). It&#x27;s kind of nice seeing when a jenkins job runs, code is commited, or an issue is updated in jira.<p>Personally, I have been waiting for an open-source persistent chat server that is API-based, federation capable, and uses http(s) for transport. I&#x27;d like this system to have configurable levels of security (including unauthenticated&#x2F;anonymous). Then there would be &quot;adapters&quot; made so that you could connect either XMPP clients or IRC clients into the system. Such a system would be fairly killer.