Live data from Hacker News

RocketChat: Slack-like online chat, built with Meteor

github.com

11–20 of 116 posts

Re: RocketChat: Slack-like online chat, built with Meteor

#13
post #2

One of the devs said yesterday that API integrations are coming soon. After this, replacing Meteor's Blaze for something like React could make this a serious slack alternative...

What specifically would a user notice with the difference between Blaze and React? I get react is a bit faster under the hood. Its not something that would make this a 'serious' alternative?

I'm an avid react user and I completely agree. It wouldn't make it a 'serious' alternative just from that, although I would always love to see react used :).

Re: RocketChat: Slack-like online chat, built with Meteor

#15
post #12

One of the useful parts of Slack is push-notifications to my mobile device when I'm away (and only for things I opt in to). Do any of these new-fangled open source Slack alternatives offer notifications for people on the go?

It's planned. You can see whatever is planned or not in GitHub issues. Also, you can create some feature request there or either contribute with something.

https://github.com/RocketChat/Rocket.Chat/issues.

Re: RocketChat: Slack-like online chat, built with Meteor

#16

I guess improving XMPP isn't as cool as building something brand new?

XMPP is XML-based, noisy, and just plain annoying to deal with. There's only so much polish that can be applied to a turd...

Are there any sensible, albeit less popular, modern equivalents to XMPP?

Re: RocketChat: Slack-like online chat, built with Meteor

#17

I guess improving XMPP isn't as cool as building something brand new?

XMPP is XML-based, noisy, and just plain annoying to deal with. There's only so much polish that can be applied to a turd...

Not really, there's an extension for it to work as a binary protocol.

No, not this one though: http://xmpp.org/extensions/xep-0231.html

XML also makes extensibility a lot less painful.

Re: RocketChat: Slack-like online chat, built with Meteor

#18
post #12

One of the useful parts of Slack is push-notifications to my mobile device when I'm away (and only for things I opt in to). Do any of these new-fangled open source Slack alternatives offer notifications for people on the go?

Don't forget the integrations, I love those. The rest is easily replicable.

Re: RocketChat: Slack-like online chat, built with Meteor

#20
post #2

One of the devs said yesterday that API integrations are coming soon. After this, replacing Meteor's Blaze for something like React could make this a serious slack alternative...

What specifically would a user notice with the difference between Blaze and React? I get react is a bit faster under the hood. Its not something that would make this a 'serious' alternative?

The serious alternative is having both: API integrations + react, specially the first one... Like you say, react alone won't make a big difference, but it could potentially make the UI less laggy.
Post reply on HN