Skip to content

1.2 - Sockets

Latest

Choose a tag to compare

@gregk27 gregk27 released this 14 Nov 02:43
· 30 commits to master since this release
b0639fb

Convert bulk of communication from HTTP requests to socket events

  • Most communications made using continuous socket connections for efficiency gains
  • Polling loops replaced with events emitted by server

Adds page which plays user-specified audio files at /audio

Full Changelog: v1.1.0...v1.2.0