For the oldest, there was a time with a chat messaging application "MSN messenger". It was a 1-1 conversation, with an incredible feature : the wizz. Typically this button made a weird noize to catch the attention of the other one.
The idea is to bring this concept back, but with multiple sounds, and multiple people. The interface allow to create a small group of people and upload sounds.
Then everyone is able to play a sound to everyone. Like a ping, but with mp3.
Do not use sounds that you don't own.
Front application is in JS with vue.
Server is written in Go
- [] add an indicator of connected clients
- [] add stats
WIP
cd front
npm install
npm run dev
cd server
go run main.go