At this time, all of the examples are written in Python using Django.
Realtime updates of a simple object resource, with HTTP streaming, HTTP long-polling, and WebSockets.
The article uses Fanout Cloud instead of Pushpin, but the code is the same.
Displays a sorted list of scores. Updates are sent using HTTP streaming. RethinkDB is used as the data source.
Uses operational transformation (OT) algorithms for simultaneous editing (based on Tim Baumann’s project). Updates are sent using HTTP streaming.
WebhookInbox lets you easily create temporary URLs that can receive and store webhooks. The user interface displays new webhook requests in realtime as they are received.
Plays music in a loop. The data is an MP3 stream over HTTP, which is playable in most browsers.