←back to thread

2071 points JustSkyfall | 1 comments | | HN request time: 0s | source
Show context
jacinda ◴[] No.45286414[source]
+1 to the other comments recommending Zulip over Mattermost. The threading model is fantastic.

Also, for a non-profit teaching coding note that they regularly have interns under the Google Summer of Code program and it's open source, so the students can even help with it.

https://summerofcode.withgoogle.com/programs/2025/organizati...

replies(2): >>45286533 #>>45287036 #
thetridentguy ◴[] No.45286533[source]
I believe we considered Zulip, but determined it's mobile app to be poor.
replies(3): >>45287135 #>>45287151 #>>45287382 #
sundarurfriend ◴[] No.45287135[source]
When was it looked into? The Zulip mobile app was rewritten in Flutter recently, that version was in beta for several months and was finally made the default Zulip app about a month ago. I haven't used Mattermost so can't compare, but the Flutter Zulip is much more responsive and nice than the previous Zulip app.
replies(2): >>45287473 #>>45287493 #
willdr ◴[] No.45287473[source]
Rewritten *into* Flutter? People should be rewriting away from Flutter.
replies(2): >>45287533 #>>45288407 #
adastra22 ◴[] No.45287533[source]
To what? What is the alternative?
replies(3): >>45287620 #>>45287736 #>>45289753 #
elAhmo ◴[] No.45287736[source]
Native is also a good option, for something used that extensively.
replies(2): >>45287868 #>>45287975 #
adastra22 ◴[] No.45287868[source]
Flutter compiles to native though? I’m not sure I understand what you are saying.
replies(1): >>45288778 #
1. solidr53 ◴[] No.45288778[source]
Flutter "compiles to native," but the UI is just a giant canvas they paint themselves. React Native uses real native views, so you get actual platform widgets, accessibility, and OS-level optimizations instead of shipping your own game engine.

Also, Google has a habit of hyping projects then quietly killing them (I sadly took the Polymer ride).