So you set this up and you use it for a few hours and everyone on your team is like hey this is kinda cool. * a month or so passes * Now everyone is invested in the tool and since the expectations have been set by things like Slack they expect integrations to work flawlessly, search to be infinitely fast, 99% uptime, Google OpenID authentication, and a slew of other features and before you know it you have someone sp…
RocketChat: Slack-like online chat, built with Meteor
71–80 of 116 posts
Re: RocketChat: Slack-like online chat, built with Meteor
#722 questions: What is Slack? What is Meteor?
2. A framework for writing realtime JavaScript applications. https://www.meteor.com/
Re: RocketChat: Slack-like online chat, built with Meteor
#73Earlier quoted context omitted.
Are there any sensible, albeit less popular, modern equivalents to XMPP?
IRC is better and actually more popular. IRC solved the problem of instant messaging over 20 years ago, and solved it very well. This is a problem that everyone and their mother attempts to re-solve and they always end up with a solution that's inferior to IRC. Just deploy an IRC server folks!
Don't answer "bouncers" for IRC. It is an ugly hack. With XMPP the server MAY provide history, which makes it unreliable.
Re: RocketChat: Slack-like online chat, built with Meteor
#74I think the reason there are a few of these popping up is that it's a lot of fun to build a chat application with meteor. I never intended to be a 'clone' of slack as as much as rocketchat or spacetalk.
I've been running it for a small group (~10 active daily users) for about 6 months - it has more social features like rich embeds, mentions, notifications, sms gateway, giphy search etc.
Demo Instance: http://nullchat.space
Re: RocketChat: Slack-like online chat, built with Meteor
#75Earlier quoted context omitted.
IRC solved basic communication, but the necessity of bots for things like authentication for usernames, logging, and retaining permissions are inelegant kludges, in my opinion. If XMPP has problems, so does IRC.
I don't think it'd be very difficult to set up some sort of web UI for account creation, combined with existing in-client features for usernames/passwords. That'd be more worthwhile than building a new solution from scratch. IRC has advantages over XMPP by having a much wider variety of clients and the fact that you can create your own integrations for things like build automation in a very short period of time thank…
Re: RocketChat: Slack-like online chat, built with Meteor
#76Earlier quoted context omitted.
IRC is better and actually more popular. IRC solved the problem of instant messaging over 20 years ago, and solved it very well. This is a problem that everyone and their mother attempts to re-solve and they always end up with a solution that's inferior to IRC. Just deploy an IRC server folks!
IRC and XMPP have the same weakness: no server side persistence. Don't answer "bouncers" for IRC. It is an ugly hack. With XMPP the server MAY provide history, which makes it unreliable.
Re: RocketChat: Slack-like online chat, built with Meteor
#77There's a link to an "online demo" but then it asks for your login info or for you to register. That isn't really a demo then, is it?
That's the brick wall I hit too. I'm not giving them my email address for a demo, and I'm not logging in with a social media service. I suppose I could download it myself and try it out that way, but that's a ton of effort for something I may not even want in the end. Rocket.Chat devs, if you're listening, please provide a way to demo the program without giving up real information.
Re: RocketChat: Slack-like online chat, built with Meteor
#78Earlier quoted context omitted.
What if you can't run slack because your company doesn't allow chat services that are externally hosted? EDIT: This seems like something that never gets brought up in any discussion of Slack. No company I have worked for would have allowed an externally hosted chat service. Have I just been unlucky, or is it just the people in my situation never speak up?
Unlucky. We used Slack at the last three companies I worked for.
Re: RocketChat: Slack-like online chat, built with Meteor
#79Earlier quoted context omitted.
That's the brick wall I hit too. I'm not giving them my email address for a demo, and I'm not logging in with a social media service. I suppose I could download it myself and try it out that way, but that's a ton of effort for something I may not even want in the end. Rocket.Chat devs, if you're listening, please provide a way to demo the program without giving up real information.
Agreed. If you still want to use it however just enter somerandomstring@mailcatch.com and then check the mail at http://somerandomstring.mailcatch.com/ . Very useful when you want to bypass such useless logins, just know that the mail is public.
Re: RocketChat: Slack-like online chat, built with Meteor
#80Earlier quoted context omitted.
There's also letschat: http://sdelements.github.io/lets-chat/ Dunno why people tend to flock over to the propietary option though. :(
> people tend to flock over to the propietary option Because it Just Works(tm) and there's no fiddling or faffing about necessary. I'm all for [FL]OSS applications, but sometimes proprietary solutions, even if they do the same task, are just easier to use and integrate (both technically and bureaucratically)