-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is pusherjs still under active development? #833
Comments
I raised similar concerns in #702. If anyone is aware of an alternative client-side package that is compatible with the Pusher protocol and/or Soketi, please let me know. |
@isaachinman Ably is pusher compatible |
I'm aware, but it is even more bloated than the Pusher package. |
Is your issue with the bundle size? |
Yes, see #702.
|
I understand but as long as everything is working smoothly then shaving off a few kbs isn't really worth the extra headache. Good server side compression and caching headers should be enough. Maybe throw in lazy loading if first paint is critical. maybe create a fork with the bundling optimizations you want and use that in your project, then make a pr with your changes? |
It's not "shaving a few kbs" – the Pusher package is ~62kb of JavaScript. I spent about an hour investigating and providing actionable advice to the Pusher team. They thanked me and... closed the issue. If other users are genuinely interested, I can publish my findings. We can/should continue any further discussion in #702. This issue has been open for three months with no response from any maintainers, so it's safe to say this repository is not actively maintained. |
@isaachinman yes it seems this repo is not actively maintained. Makes me wonder what Pusher's business plans are, given that it seems pusher-js is their primary breadwinner. On the side note you and @hichemfantar were discussing, Ably looks pretty great. It's 2024, there are far more important things to worry about (such as "is the company actively improving their product"...) than KBs of javascript. |
The 60kB is uncompressed, its 17.7kB with gzip and even less with brotli. |
If neither of you are interested in the bundle size discussion, why continue to discuss it in an unrelated issue? |
@isaachinman never said I wasn't interested, I'm discussing solutions until the maintainers push an update. |
Hey guys! After a tiny rebuild and "recompilation" the pusher team is back, we will carefully process every support/issue ticket, give us a bit of time, please :) |
We are paying customers, but looking at your releases, the last was nearly 8 months ago. That doesn't bode well, not even having some small releases for bug fixes/package updates.
Is pusherjs still under active development? If so, why are updates so rare? Thanks.
The text was updated successfully, but these errors were encountered: