Need advice about which tool to choose?Ask the StackShare community!

Pusher

601
1.4K
+ 1
234
Pushpin

10
49
+ 1
3
Add tool

Pusher vs Pushpin: What are the differences?

# Introduction

1. **Real-time Communication Protocol**: Pusher uses WebSockets as its primary real-time communication protocol, providing low-latency, bi-directional communication between clients and servers. In contrast, Pushpin employs the HTTP protocol with long polling, streaming, and WebSockets, offering more flexibility in communication methods.
2. **Hosting and Scalability**: Pusher is a hosted service, which means it handles the infrastructure and scalability for you, allowing for ease of use. On the other hand, Pushpin requires self-hosting, giving users more control over their infrastructure but requiring more effort to set up and maintain.
3. **Server-Sent Events Support**: Pusher supports Server-Sent Events, enabling real-time updates from the server to the client over a single HTTP connection. Pushpin, however, lacks native support for Server-Sent Events but can be configured to work with additional middleware to achieve similar functionality.
4. **Client Compatibility**: Pusher provides libraries and SDKs for a wide range of client platforms, making it easier for developers to integrate real-time functionality into their applications. In contrast, Pushpin's client compatibility may vary depending on the specific setup and configuration.
5. **Authentication and Authorization**: Pusher offers built-in authentication and authorization mechanisms to control access to real-time channels, simplifying the implementation of security features. Pushpin, on the other hand, may require additional customization to add robust authentication and authorization capabilities.
6. **Message Queueing**: Pusher includes built-in message queueing to handle spikes in traffic and prevent message loss during network interruptions, ensuring reliable real-time communication. Pushpin lacks built-in message queueing and may require external solutions to achieve similar levels of reliability.

In Summary, Pusher and Pushpin differ in their communication protocol, hosting approach, support for Server-Sent Events, client compatibility, authentication mechanisms, and message queueing capabilities.
Advice on Pusher and Pushpin
Needs advice
on
AblyAblyPubNubPubNub
and
PusherPusher

I am building an IoT application that will utilize connected air quality sensors to provide real-time indoor air quality in offices. I want to be able to share this data with a few different databases, etc.

Wondering if anyone has any advice on which real-time streaming API would be best for this sort of application, or even how I should think about it?

See more
Replies (2)
Ben Gamble
Recommends
on
AblyAbly

For IoT, we support MQTT along with websockets and SSE. The pattern you're suggesting that involves harvesting data from devices and soaking into a database is easy to achieve with one of the Ably integrations (Serverless functions/webhook) . Here are some tutorials to do things like this: https://ably.com/tutorials/reactor-event-zapier#step2-mqtt-ably

See more
Philip Rossen
Recommends
on
PusherPusher
at

We use Pusher at www.justlearn.com. It works fine. When you reach more users, Pusher gets expensive. We use Pusher for live chat between users. Their software is easy to use. We have had issues with auth on Pusher.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Pusher
Pros of Pushpin
  • 55
    An easy way to give customers realtime features
  • 40
    Websockets
  • 34
    Simple
  • 27
    Easy to get started with
  • 25
    Free plan
  • 12
    Heroku Add-on
  • 11
    Easy and fast to configure and to understand
  • 9
    JSON
  • 6
    Happy
  • 6
    Azure Add-on
  • 5
    Support
  • 4
    Push notification
  • 3
    Open source

Sign up to add or upvote prosMake informed product decisions

Cons of Pusher
Cons of Pushpin
  • 10
    Costly
  • 1
    Worst community support

Sign up to add or upvote consMake informed product decisions

What is Pusher?

Pusher is the category leader in delightful APIs for app developers building communication and collaboration features.

What is Pushpin?

Pushpin is a reverse proxy server that makes it easy to build realtime web services. The project is unique among realtime push solutions in that it is designed to address the needs of API creators.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Pusher?
What companies use Pushpin?
See which teams inside your own company are using Pusher or Pushpin.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Pusher?
What tools integrate with Pushpin?
    No integrations found

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    GitHubGitDocker+34
    29
    42439
    GitHubGitSlack+30
    27
    18322
    JavaScriptGitHubNode.js+26
    20
    4951
    What are some alternatives to Pusher and Pushpin?
    PubNub
    PubNub makes it easy for you to add real-time capabilities to your apps, without worrying about the infrastructure. Build apps that allow your users to engage in real-time across mobile, browser, desktop and server.
    SignalR
    SignalR allows bi-directional communication between server and client. Servers can now push content to connected clients instantly as it becomes available. SignalR supports Web Sockets, and falls back to other compatible techniques for older browsers. SignalR includes APIs for connection management (for instance, connect and disconnect events), grouping connections, and authorization.
    Firebase
    Firebase is a cloud service designed to power real-time, collaborative applications. Simply add the Firebase library to your application to gain access to a shared data structure; any changes you make to that data are automatically synchronized with the Firebase cloud and with other clients within milliseconds.
    Chat by Stream
    Chat API and SDK. With a beautiful UI Kit, easy to use React Components and powerful API. Add Chat to any application in a matter of hours. The tech uses Go, RocksDB and Raft. By the creators of Stream, the API that powers activity feeds for more than 300 million users.
    Twilio
    Twilio offers developers a powerful API for phone services to make and receive phone calls, and send and receive text messages. Their product allows programmers to more easily integrate various communication methods into their software and programs.
    See all alternatives