Home / Companies / Stream / Blog / July 2019

July 2019 Summaries

3 posts from Stream

Filter
Month: Year:
Post Summaries Back to Blog
Layer, a platform known for its chat API services, announced it will shut down on October 30th, 2019, leaving its customers in search of alternatives like Stream. The decision to sunset the platform was attributed to a lack of resources to address critical bugs, maintain SDK updates, and manage infrastructure costs, compounded by the sudden death of a key team member. Despite maintaining security, the company acknowledged operating at a loss and expressed concerns about potential outages without a sustainable team. Customers were offered a seamless transition to other services, with Stream providing an automated data migration solution. The situation drew parallels to past tech shutdowns like Parse and highlighted the risks of pursuing aggressive growth strategies without sustainable operational planning. Stream's leadership committed to avoiding similar pitfalls by focusing on sustainable growth and maintaining service reliability.
Jul 25, 2019 997 words in the original blog post.
Layer, a startup that won the TechCrunch Disrupt SF Battlefield in 2013 and raised nearly $30 million in funding, announced its decision to cease all chat operations by October 30, 2019, leaving its customers with a little over three months to transition to another chat service provider. The shutdown, communicated by Shaun VanWeelden, Head of Layer, means that the platform and its associated services will be completely offline after this date, with no hosting or backend service options available. Stream, a chat solution provider, offers a Layer import tool to facilitate a swift migration to their platform, which is noted for its scalability and comprehensive features. In response to the shutdown, Stream provides an automated migration process, various front-end components, and a 25% discount for the first year to former Layer customers, along with custom pricing plans to match their previous Layer usage. This transition poses significant challenges for Layer's current customers, who must act quickly to avoid service disruptions despite having been previously alerted about potential support issues.
Jul 25, 2019 458 words in the original blog post.
Chat messaging applications have become ubiquitous, facilitating real-time communication across various platforms and use cases. This guide demonstrates how to build a messenger-style app using the Stream Messaging API and React components, focusing on integrating real-time features and user authentication with Auth0. By leveraging managed services like Stream and Auth0, developers can concentrate on application development while outsourcing server management and scaling. The resulting app includes functionalities such as a conversation list, typing indicators, message delivery status, and support for emojis, file attachments, and link previews. The tutorial requires some familiarity with React.js, Node.js, and npm, and walks through setting up a React project using create-react-app, configuring Auth0 for authentication, and utilizing Stream's messaging SDK for real-time chat capabilities. The app's structure supports user login/logout, conversation management, and user interaction, with plans to incorporate a video call feature in future enhancements.
Jul 08, 2019 5,366 words in the original blog post.