Simplistic primitive udp sound player based on web technologies (Electron, React)
The main purpose of this project was to implement nice ui for existing remote sound player
And also to try out Electron and React
Basically soundplayer acts as a UDP server and plays different sounds requested by clients via UDP protocol
Electron app includes the UDP server inside itself and provides UI to display current playback info
to install dependencies use
npm i
from the project folder
use
npm run-script dist
to create Electron app distribution in dist
folder