|
|
|
|
|
by jkarneges
5213 days ago
|
|
Hi there. The difference really comes down to whether you are building an API or not. For example, suppose you want to serve a live feed of data via long-polling as part of your public REST interface. This cannot be done with Pusher. If you don't have a public API, and your only consumer of live data is your own website, then this distinction is not very important. |
|