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