Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 331 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 331 Bytes

velp.ui

Data is being read in via a "mock web socket" using JSON events data generated by velp using the game's event log as a source.

In production, a real web socket can be used to view match data in real time.

Alternatively, an mock event stream (SSE) can be used with 'stream.php'.

Live Demo