At the time StreamHub was under active development, the Web Sockets standards and web browsers were still changing and developing at a rapid pace. In fact, the Web Sockets API was still subject to breaking changes upon each release. Now, in 2024, it's unlikely that StreamHub still works. However, if you're interesting in checking it out, the source code, including the source code for the license generator, is available below:
To be clear, it is completely unsupported, use at your own risk, but it may be of interest to a few.
If you're looking for a something similar to StreamHub in 2024, I suggest you check out Socket IO. That would be my number one pick, however, if you're looking for alternatives, have a look at these:
- SignalR: A real-time communication library for ASP.NET and .NET Core applications. It supports WebSockets and falls back to other techniques for older browsers.
- SockJS: A JavaScript library that provides a WebSocket-like object, offering cross-browser compatibility and fallback options. It can be used with various server-side languages.
- Pusher: A hosted service for adding real-time functionality to web and mobile apps. It supports multiple programming languages and platforms.
- Ably: A scalable real-time messaging infrastructure that supports various programming languages and provides features like message persistence and push notifications.
- WebSocket API: The native WebSocket implementation supported by modern browsers, which can be used with any server-side language that supports WebSocket connections.
- Phoenix Channels: Part of the Phoenix framework for Elixir, offering real-time communication capabilities.
- NATS: A cloud-native messaging system that supports various programming languages and provides publish-subscribe functionality.
Why did StreamHub shutdown?
StreamHub as a product didn't have a huge amount of customers, and with free open source alternatives becoming more mature at the time, the potential market was only getting smaller. As such, it became difficult to pay the bills and the StreamHub team had to go to work elsewhere.
What next for StreamHub?
There are no plans to revive StreamHub, however the team is always creating, so watch this space for updates.
Thanks for reading! Here's to a great 2025!