georgeben / QuickAuction

An realtime auction app built using server-side events and HTML5's EventSource.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickAuction

An realtime auction app built using server-side events and HTML5's EventSource.

Server Side Events (SSE) is an alternative to websockets for implementing realtime communication in scenerios where:

  • communication is unidirectional
  • the data transmitted is in UTF-8 format (not binary data)

About

An realtime auction app built using server-side events and HTML5's EventSource.


Languages

Language:JavaScript 50.1%Language:HTML 49.9%