stream-chat-android
:speech_balloon: Android Chat SDK ➜ Stream Chat API. UI component libraries for chat apps. Kotlin & Jetpack Compose messaging SDK for Android chat (by GetStream)
Stream-Framework
Stream Framework is a Python library, which allows you to build news feed, activity streams and notification systems using Cassandra and/or Redis. The authors of Stream-Framework also provide a cloud service for feed technology: (by tschellenbach)
stream-chat-android | Stream-Framework | |
---|---|---|
9 | 42 | |
1,550 | 4,737 | |
0.8% | 0.1% | |
9.8 | 0.0 | |
5 days ago | about 2 years ago | |
Kotlin | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
stream-chat-android
Posts with mentions or reviews of stream-chat-android.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-07.
-
Building Real-Time Chat with Kotlin Multiplatform and Stream Chat SDK
Stream's offerings and Kotlin Multiplatform might be a great fit for your next project. Embrace the future of app development by writing less code and delivering more value to your users.
-
7 Best Chat APIs for Web, Mobile, and Desktop Apps
Platform, language, and tech stack: React, Android, React Native, iOS, Flutter, Unreal, Angular, Unity, and UI Kits.
-
Does Jetpack Compose have all features of traditional XML?
Nothing, but that hardly achieves the same thing. For example, if you're building an API that others will consume and you want to let them dynamically replace parts of the UI within your components, you'll have quite a challenge giving your users a simple and flexible API based on Views (see for example many things in Stream's SDK that I used to work on). Gets even more difficult if this is within a RecyclerView.
-
Adventures in Tracking Upload Progress With OkHttp and Retrofit
So that's the implementation we ended up with for now! You can find all of this code in the Chat Android SDK's GitHub repository if you want to look at it in a real project.
-
Need suggestions for a chat SDK to handle 1K users daily.
Check out Stream on Github. They have a few chat SDKs for iOS, Android, React and a few others. Website: https://getstream.io/
-
Publishing Android libraries to MavenCentral in 2021
We’ll use our very own Android Chat SDK in our examples. This SDK is made up of multiple artifacts, but for simplification, we’ll just talk about publishing the low-level networking client, which lives in the stream-chat-android-client module of the GitHub repository.
-
Build an Android Chat app with Jetpack Compose
We already ship a UI Components library in our Chat SDK which contains ready-to-go, fully-featured Android Views to drop into your app, along with ViewModels that let you connect them to business logic in just a single line of code. You can check out how that works in our Android Chat Tutorial.
Stream-Framework
Posts with mentions or reviews of Stream-Framework.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-10.
-
CometChat Alternatives – Comparing the Top 10 Competitors
Both CometChat and Stream offer developer-friendly APIs and SDKs to help teams build in-app chat, voice, video, and moderation features quickly. If you're comparing the two, it's important to go beyond surface-level similarities. The best option depends on the scale, performance, and flexibility your app demands.
-
Ask HN: Who is hiring? (March 2025)
FYI, Your website (https://getstream.io/) is broken :-)
Application error: a client-side exception has occurred (see the browser console for more information).
-
Building a Slack Clone with Next.js and TailwindCSS - Part One
Stream is a platform that allows developers to add rich chat and video features to their applications. Instead of dealing with the complexity of creating chat and video from the ground up, Stream provides APIs and SDKs to help you add them quickly and easily.
-
Chat API pricing: Comparing MAU and per-minute consumption models
The Monthly Active Users (MAU) model is one of the most widely used pricing models in the industry. Providers like CometChat, Sendbird, Twilio, and Stream charge based on the number of unique active users per month.
-
Building Real-Time Chat with Kotlin Multiplatform and Stream Chat SDK
Stream provides scalable and feature-rich APIs for building real-time chat and messaging applications. The Stream Chat SDK offers:
-
Unlocking Real-Time Chat with GetStream.io: A Developer's Guide 💬
In today's fast-paced digital world, real-time communication is key. Whether you're building a messaging app, a social media platform, or a customer support system, integrating a reliable and scalable chat solution is crucial. This is where GetStream.io comes into play. GetStream.io offers a robust chat API that makes it easy to add real-time chat functionality to your applications. In this post, we'll explore how to leverage GetStream.io to create seamless and engaging chat experiences.
-
Recommendations for an external messenger integration/API?
I have looked into a getstream.io integration, however it seems that the Ruby SDK is really treated as a second class citizen. There's bugs with the documented API (I'm having issues even creating users and querying users), the usage of the gem is low and there is an open issue since May that no one has even looked at, which doesn't give me hope for long term support.
-
On what side project you guys are working on?
An ultralight social media app with no dependencies that can run on shared web hosting. It's an API like Getstream, so F/E is up to you. I've had a fork of it in production for 2.5 years on a subscription site that generates a small income.
-
Need Advice : Choosing Between Stream and MirrorFly for Chat Implementation
Now, I'm seeking your advice and opinions. If you have experience using Stream or MirrorFly for chat implementation, I'd greatly appreciate any insights you can provide. Here are some questions I have:
-
I need advice and help.
Think about the edge that you can have over thousands other people looking for a job like you. One of the ways to do it – tailor your (even small) experience to the company you are applying to. E.g. Let's take a company like Stream that have an open-source Swift SDK, try to contribute to their SDK, maybe close some `good-first-issue`s here and there, do some documentation improvements, enrich their example app. So that when you feel like you are ready to knock their door – you already have an edge over others – you don't need onboarding (because you already know most of their codebase, you even completed your first few tasks while yet not being employed!)
What are some alternatives?
When comparing stream-chat-android and Stream-Framework you can also consider the following projects:
compose-samples - Official Jetpack Compose samples.
django-activity-stream - Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
publish-plugin - Gradle plugin for publishing to Nexus repositories
stream-chat-react - React Chat SDK ➜ Stream Chat 💬
stream-chat-swift - 💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API