Hacker News new | ask | show | jobs
by aredington 4833 days ago
Communication happens over HTTP at the wire level, and we use the Server Sent Events standard (http://en.wikipedia.org/wiki/Server-sent_events), and particularly browsers' EventSource implementations as the foundation on the client side.

Pedestal Services have a balled up implementation that transmits the data from the server side.